diff options
Diffstat (limited to 'src/metadata/m4a/itunestmpobox.cpp')
-rw-r--r-- | src/metadata/m4a/itunestmpobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/m4a/itunestmpobox.cpp b/src/metadata/m4a/itunestmpobox.cpp index 3d0ad2d..0abdfa4 100644 --- a/src/metadata/m4a/itunestmpobox.cpp +++ b/src/metadata/m4a/itunestmpobox.cpp @@ -55,7 +55,7 @@ void MP4::ITunesTmpoBox::parse() TagLib::MP4::File* mp4file = static_cast<MP4::File*>( file() ); // parse data box - TagLib::uint size; + uint size; MP4::Fourcc fourcc; if(mp4file->readSizeAndType( size, fourcc ) == true) |