diff options
Diffstat (limited to 'src/metadata/m4a/mp4mvhdbox.h')
-rw-r--r-- | src/metadata/m4a/mp4mvhdbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/m4a/mp4mvhdbox.h b/src/metadata/m4a/mp4mvhdbox.h index b133485..ba15e4e 100644 --- a/src/metadata/m4a/mp4mvhdbox.h +++ b/src/metadata/m4a/mp4mvhdbox.h @@ -33,7 +33,7 @@ namespace TagLib class Mp4MvhdBox: public Mp4IsoFullBox { public: - Mp4MvhdBox( TagLib::File* file, MP4::Fourcc fourcc, TagLib::uint size, long offset ); + Mp4MvhdBox( TagLib::File* file, MP4::Fourcc fourcc, uint size, long offset ); ~Mp4MvhdBox(); //! function to get the creation time of the mp4 file |