Fix crash when PropertyOwner's are deallocated

This commit is contained in:
Alexander Bock
2014-09-26 01:01:00 +02:00
parent dbd13b3310
commit 11ecb32801
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ protected:
private:
/// The name of this PropertyOwner
std::string _name;
/// A list of all owned Property's
/// A list of all registered Property's
std::vector<Property*> _properties;
/// A list of all sub-owners
std::vector<PropertyOwner*> _subOwners;