aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.hpp')
-rw-r--r--src/MainWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp
index c223701..bd33ad7 100644
--- a/src/MainWindow.hpp
+++ b/src/MainWindow.hpp
@@ -23,7 +23,7 @@ class MainWindow : public MainFrame {
void OpenFile();
void OnPageChange(wxAuiNotebookEvent &event);
void OnRefreshTabTitle(wxCommandEvent &event);
- void NewGame(Game *game);
+ void NewGame(std::shared_ptr<Game> game);
void OpenSettings();
void NewEngine();
void OnCloseTabEvent(wxCommandEvent &event);