mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 06:19:51 -05:00
Add description to PropertyOwner
This commit is contained in:
@@ -74,7 +74,7 @@ std::unique_ptr<PlanetGeometry> PlanetGeometry::createFromDictionary(
|
||||
}
|
||||
|
||||
PlanetGeometry::PlanetGeometry()
|
||||
: properties::PropertyOwner("PlanetGeometry")
|
||||
: properties::PropertyOwner({ "PlanetGeometry" })
|
||||
, _parent(nullptr)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user