Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317)
[oweals/minetest.git] / src / gui / guiVolumeChange.h
index 7c7e19a8634606cf601caa4f577fb2fd1f468ab0..f4f4e9eea28d02f770c4bdc52a10e087e7f2fd40 100644 (file)
@@ -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 ""; }
 };