diff options
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index efb4895..de84e1e 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -119,6 +119,7 @@ private: void disableAltBehaviour(); public: GameView(); + virtual ~GameView(); //Breaks MVC, but any other way is going to be more of a mess. ui::Point GetMousePosition(); |
