mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 11:04:17 -04:00
Use new method signatures
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user