From 2eda7f08c699160b1f42a0a66156559fa5479778 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 12 Apr 2024 12:42:48 +0900 Subject: Add support for taglib 2 Signed-off-by: Michele Calgaro --- src/metadata/m4a/itunesnambox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/metadata/m4a/itunesnambox.cpp') diff --git a/src/metadata/m4a/itunesnambox.cpp b/src/metadata/m4a/itunesnambox.cpp index 6cc954b..569258b 100644 --- a/src/metadata/m4a/itunesnambox.cpp +++ b/src/metadata/m4a/itunesnambox.cpp @@ -55,7 +55,7 @@ void MP4::ITunesNamBox::parse() TagLib::MP4::File* mp4file = static_cast( file() ); // parse data box - TagLib::uint size; + uint size; MP4::Fourcc fourcc; if(mp4file->readSizeAndType( size, fourcc ) == true) -- cgit v1.2.1