Fix parameter name mispatches
This commit is contained in:
4
3rdparty/taglib/ape/apeitem.cpp
vendored
4
3rdparty/taglib/ape/apeitem.cpp
vendored
@@ -100,8 +100,8 @@ bool APE::Item::isReadOnly() const {
|
||||
return d->readOnly;
|
||||
}
|
||||
|
||||
void APE::Item::setType(APE::Item::ItemTypes val) {
|
||||
d->type = val;
|
||||
void APE::Item::setType(APE::Item::ItemTypes type) {
|
||||
d->type = type;
|
||||
}
|
||||
|
||||
APE::Item::ItemTypes APE::Item::type() const {
|
||||
|
||||
Reference in New Issue
Block a user