mirror of
https://github.com/taglib/taglib.git
synced 2026-02-02 13:30:13 -05:00
cppcheck: match function argument names
Found with funcArgNamesDifferent Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@ -189,9 +189,9 @@ PropertyMap DSDIFF::File::properties() const
|
||||
return d->tag.properties();
|
||||
}
|
||||
|
||||
void DSDIFF::File::removeUnsupportedProperties(const StringList &unsupported)
|
||||
void DSDIFF::File::removeUnsupportedProperties(const StringList &properties)
|
||||
{
|
||||
d->tag.removeUnsupportedProperties(unsupported);
|
||||
d->tag.removeUnsupportedProperties(properties);
|
||||
}
|
||||
|
||||
PropertyMap DSDIFF::File::setProperties(const PropertyMap &properties)
|
||||
|
||||
Reference in New Issue
Block a user