diff options
Diffstat (limited to 'src/metadata/m4a/itunescvrbox.cpp')
| -rw-r--r-- | src/metadata/m4a/itunescvrbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/m4a/itunescvrbox.cpp b/src/metadata/m4a/itunescvrbox.cpp index 4a7b3db..0fa7ab8 100644 --- a/src/metadata/m4a/itunescvrbox.cpp +++ b/src/metadata/m4a/itunescvrbox.cpp @@ -55,7 +55,7 @@ void MP4::ITunesCvrBox::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) |
