Skip to content

Commit

Permalink
🔧 Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Gilg <[email protected]>
  • Loading branch information
Schneegans and JonasGilg authored Oct 1, 2022
1 parent 21d6af0 commit 803b5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cs-scene/CelestialObject.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CS_SCENE_EXPORT CelestialObject : public CelestialAnchor {
CelestialObject& operator=(CelestialObject const& other) = default;
CelestialObject& operator=(CelestialObject&& other) = default;

virtual ~CelestialObject() override = default;
~CelestialObject() override = default;

// -----------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 803b5fc

Please sign in to comment.