aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiVolumeChange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guiVolumeChange.h')
-rw-r--r--src/gui/guiVolumeChange.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/guiVolumeChange.h b/src/gui/guiVolumeChange.h
index 7c7e19a86..f4f4e9eea 100644
--- a/src/gui/guiVolumeChange.h
+++ b/src/gui/guiVolumeChange.h
@@ -42,4 +42,8 @@ public:
bool OnEvent(const SEvent& event);
bool pausesGame() { return true; }
+
+protected:
+ std::wstring getLabelByID(s32 id) { return L""; }
+ std::string getNameByID(s32 id) { return ""; }
};