diff options
Diffstat (limited to 'src/metadata/m4a/mp4udtabox.h')
-rw-r--r-- | src/metadata/m4a/mp4udtabox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/m4a/mp4udtabox.h b/src/metadata/m4a/mp4udtabox.h index 4873e32..eb98202 100644 --- a/src/metadata/m4a/mp4udtabox.h +++ b/src/metadata/m4a/mp4udtabox.h @@ -32,7 +32,7 @@ namespace TagLib class Mp4UdtaBox: public Mp4IsoBox { public: - Mp4UdtaBox( TagLib::File* file, MP4::Fourcc fourcc, TagLib::uint size, long offset ); + Mp4UdtaBox( TagLib::File* file, MP4::Fourcc fourcc, uint size, long offset ); ~Mp4UdtaBox(); //! parse moov contents |