]> granicus.if.org Git - taglib/commitdiff
Use new method signatures
authorScott Wheeler <scott@directededge.com>
Thu, 19 Sep 2019 13:19:17 +0000 (15:19 +0200)
committerScott Wheeler <scott@directededge.com>
Thu, 19 Sep 2019 13:19:17 +0000 (15:19 +0200)
taglib/mpeg/mpegfile.cpp

index 472cbdadc4938982c282e4cbefd8ae2a44d073b9..a906033f25ae77cd7dc09b3654979565e7fb2c55 100644 (file)
@@ -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)