mirror of
https://github.com/taglib/taglib.git
synced 2025-07-26 17:04:28 -04: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