summaryrefslogtreecommitdiff
path: root/src/gui/guiKeyChangeMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guiKeyChangeMenu.h')
-rw-r--r--src/gui/guiKeyChangeMenu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/guiKeyChangeMenu.h b/src/gui/guiKeyChangeMenu.h
index 7cf11d3f9..eded61e4c 100644
--- a/src/gui/guiKeyChangeMenu.h
+++ b/src/gui/guiKeyChangeMenu.h
@@ -58,6 +58,10 @@ public:
bool pausesGame() { return true; }
+protected:
+ std::wstring getLabelByID(s32 id) { return L""; }
+ std::string getNameByID(s32 id) { return ""; }
+
private:
void init_keys();