App: fix compilation of PropertyStandard.cpp during cherry-pick

This commit is contained in:
Chris Hennes
2021-11-02 10:23:59 -05:00
parent 14dfae0597
commit 1f43b3f933

View File

@@ -375,7 +375,7 @@ const char * PropertyEnumeration::getValueAsString() const
return _enum.getCStr();
}
Enumeration PropertyEnumeration::getEnum() const
const Enumeration & PropertyEnumeration::getEnum() const
{
return _enum;
}