App: fix compilation of PropertyStandard.cpp during cherry-pick
This commit is contained in:
@@ -375,7 +375,7 @@ const char * PropertyEnumeration::getValueAsString() const
|
||||
return _enum.getCStr();
|
||||
}
|
||||
|
||||
Enumeration PropertyEnumeration::getEnum() const
|
||||
const Enumeration & PropertyEnumeration::getEnum() const
|
||||
{
|
||||
return _enum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user