aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/GameTab.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/GameTab.hpp')
-rw-r--r--src/game_tab/GameTab.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/GameTab.hpp b/src/game_tab/GameTab.hpp
index e5cc9f9..d2f2390 100644
--- a/src/game_tab/GameTab.hpp
+++ b/src/game_tab/GameTab.hpp
@@ -20,7 +20,7 @@ class GameTab : public wxPanel, public TabInfos {
std::string related_file;
void RefreshLabel();
- void OnRefreshTabTitle(wxCommandEvent &event);
+ void RefreshTabTitle();
void OnGameChange(wxCommandEvent &event);
public: