Fix parameter name mispatches
This commit is contained in:
2
3rdparty/taglib/tag.h
vendored
2
3rdparty/taglib/tag.h
vendored
@@ -68,7 +68,7 @@ class TAGLIB_EXPORT Tag {
|
||||
* This default implementation sets only the tags for which setter methods exist in this class
|
||||
* (artist, album, ...), and only one value per key; the rest will be contained in the returned PropertyMap.
|
||||
*/
|
||||
PropertyMap setProperties(const PropertyMap &properties);
|
||||
PropertyMap setProperties(const PropertyMap &origProps);
|
||||
|
||||
/*!
|
||||
* Returns the track name; if no track name is present in the tag String::null will be returned.
|
||||
|
||||
Reference in New Issue
Block a user