From: Scott Wheeler Date: Thu, 19 Sep 2019 13:19:17 +0000 (+0200) Subject: Use new method signatures X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96155f35fad625598eb80548bacd7a1be9b8b977;p=taglib Use new method signatures --- diff --git a/taglib/mpeg/mpegfile.cpp b/taglib/mpeg/mpegfile.cpp index 472cbdad..a906033f 100644 --- a/taglib/mpeg/mpegfile.cpp +++ b/taglib/mpeg/mpegfile.cpp @@ -205,7 +205,7 @@ bool MPEG::File::save(int tags) bool MPEG::File::save(int tags, bool stripOthers) { - return save(tags, stripOthers, 4); + return save(tags, stripOthers, ID3v2::v4); } bool MPEG::File::save(int tags, bool stripOthers, int id3v2Version)