+ fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized

This commit is contained in:
wmayer
2014-08-26 19:14:13 +02:00
parent 55cf9ddeaa
commit cc775f9254
30 changed files with 43 additions and 41 deletions

View File

@@ -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