summaryrefslogtreecommitdiff
path: root/src/game/game_instance.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_instance.hpp')
-rw-r--r--src/game/game_instance.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_instance.hpp b/src/game/game_instance.hpp
index 7b3b12b37..84cb20ac5 100644
--- a/src/game/game_instance.hpp
+++ b/src/game/game_instance.hpp
@@ -29,7 +29,7 @@ public:
private:
void RegisterAPI() override;
void Died() override;
- CommandCallback *GetDoCommandCallback() override;
+ CommandCallbackData *GetDoCommandCallback() override;
void LoadDummyScript() override {}
};