diff options
Diffstat (limited to 'src/game_tab')
| -rw-r--r-- | src/game_tab/GameTab.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/GameTab.hpp b/src/game_tab/GameTab.hpp index 6b24473..9eb08c1 100644 --- a/src/game_tab/GameTab.hpp +++ b/src/game_tab/GameTab.hpp @@ -26,5 +26,5 @@ public: GameTab(wxFrame *parent, std::shared_ptr<Game> game); void ApplyPreferences(); std::shared_ptr<Game> GetGame() { return (std::shared_ptr<Game>(game)); } - void *GetBase() { return (NULL); }; + std::shared_ptr<GameBase> GetBase() { return (std::shared_ptr<GameBase>(NULL)); }; }; |
