summaryrefslogtreecommitdiffstats
path: root/amarok/src/metadata/m4a/ituneswrtbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/metadata/m4a/ituneswrtbox.cpp')
-rw-r--r--amarok/src/metadata/m4a/ituneswrtbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/metadata/m4a/ituneswrtbox.cpp b/amarok/src/metadata/m4a/ituneswrtbox.cpp
index ecf3c43e..ec8d2b45 100644
--- a/amarok/src/metadata/m4a/ituneswrtbox.cpp
+++ b/amarok/src/metadata/m4a/ituneswrtbox.cpp
@@ -55,7 +55,7 @@ void MP4::ITunesWrtBox::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)