From edb9ee8716dbfcb5a6c84ec66a429f8d845d182c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 22 Jun 2021 19:00:17 +0000 Subject: mpeg: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10096 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mpeg/mpegmetadatamodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Input/mpeg/mpegmetadatamodel.cpp b/src/plugins/Input/mpeg/mpegmetadatamodel.cpp index 09e88cad9..dea6dfdac 100644 --- a/src/plugins/Input/mpeg/mpegmetadatamodel.cpp +++ b/src/plugins/Input/mpeg/mpegmetadatamodel.cpp @@ -417,7 +417,7 @@ void MpegFileTagModel::save() #if((TAGLIB_MAJOR_VERSION == 1) &&(TAGLIB_MINOR_VERSION <= 11)) m_file->save(m_type, false); #else - m_file->save(m_type, TagLib::File::StripNone, TagLib::ID3v2::Version::v4, TagLib::File::DoNotDuplicate); + m_file->save(m_type, TagLib::File::StripNone, TagLib::ID3v2::v4, TagLib::File::DoNotDuplicate); #endif else m_file->strip(m_type); -- cgit v1.2.3-13-gbd6f