Removed an unnecessary forward declaration

This commit is contained in:
Tsuda Kageyu 2013-07-24 15:31:27 +09:00
parent 6d40cbc04f
commit 9f9af997ee

View File

@ -61,10 +61,8 @@
* \endcode
*/
namespace TagLib {
class String;
namespace TagLib
{
typedef wchar_t wchar; // Assumed to be sufficient to store a UTF-16 char.
typedef unsigned char uchar;
typedef unsigned short ushort;