+ 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

@@ -124,8 +124,8 @@ public:
return props->getPropertyByName(name);
}
/// get the name of a property
virtual const char* getName(const Property* prop) const {
return props->getName(prop);
virtual const char* getPropertyName(const Property* prop) const {
return props->getPropertyName(prop);
}
//@}