mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 16:59:37 -05:00
Move the PropertyOwner name specification into the constructor and adjust accordingly
This commit is contained in:
@@ -74,10 +74,9 @@ std::unique_ptr<PlanetGeometry> PlanetGeometry::createFromDictionary(const ghoul
|
||||
}
|
||||
|
||||
PlanetGeometry::PlanetGeometry()
|
||||
: _parent(nullptr)
|
||||
{
|
||||
setName("PlanetGeometry");
|
||||
}
|
||||
: properties::PropertyOwner("PlanetGeometry")
|
||||
, _parent(nullptr)
|
||||
{}
|
||||
|
||||
PlanetGeometry::~PlanetGeometry() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user