Skip to content

Commit

Permalink
fix missing virtual dtor in ng::level
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Feb 25, 2017
1 parent 0dbf686 commit 98b2362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game_initialization/create_engine.hpp
Expand Up @@ -60,6 +60,7 @@ class level
{
public:
level(const config& data);
virtual ~level() = default;

MAKE_ENUM(TYPE,
(SCENARIO, "scenario")
Expand Down

0 comments on commit 98b2362

Please sign in to comment.