+ fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized
This commit is contained in:
@@ -58,7 +58,7 @@ Property::~Property()
|
||||
|
||||
const char* Property::getName(void) const
|
||||
{
|
||||
return father->getName(this);
|
||||
return father->getPropertyName(this);
|
||||
}
|
||||
|
||||
short Property::getType(void) const
|
||||
|
||||
Reference in New Issue
Block a user