Merge Master
This commit is contained in:
@@ -358,7 +358,7 @@ DynamicProperty::PropData DynamicProperty::getDynamicPropertyData(const Property
|
||||
auto it = index.find(const_cast<Property*>(prop));
|
||||
if(it != index.end())
|
||||
return *it;
|
||||
return PropData();
|
||||
return {};
|
||||
}
|
||||
|
||||
bool DynamicProperty::changeDynamicProperty(const Property *prop, const char *group, const char *doc) {
|
||||
|
||||
Reference in New Issue
Block a user