Add description to PropertyOwner

This commit is contained in:
Alexander Bock
2017-08-01 17:05:52 -04:00
parent eaf0d70a79
commit 8a62e6e791
39 changed files with 84 additions and 45 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ std::unique_ptr<PlanetGeometry> PlanetGeometry::createFromDictionary(
}
PlanetGeometry::PlanetGeometry()
: properties::PropertyOwner("PlanetGeometry")
: properties::PropertyOwner({ "PlanetGeometry" })
, _parent(nullptr)
{}