diff options
Diffstat (limited to 'source/game/StarSystemWorld.hpp')
-rw-r--r-- | source/game/StarSystemWorld.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarSystemWorld.hpp b/source/game/StarSystemWorld.hpp index c68bc59..ab0b63a 100644 --- a/source/game/StarSystemWorld.hpp +++ b/source/game/StarSystemWorld.hpp @@ -76,6 +76,8 @@ class SystemWorld { public: SystemWorld(ClockConstPtr universeClock, CelestialDatabasePtr celestialDatabase); + virtual ~SystemWorld() = default; + SystemWorldConfig const& systemConfig() const; double time() const; Vec3I location() const; |