summaryrefslogtreecommitdiff
path: root/src/gui/guiPasswordChange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/guiPasswordChange.h')
-rw-r--r--src/gui/guiPasswordChange.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/guiPasswordChange.h b/src/gui/guiPasswordChange.h
index 59f3513b2..58541a399 100644
--- a/src/gui/guiPasswordChange.h
+++ b/src/gui/guiPasswordChange.h
@@ -44,6 +44,13 @@ public:
bool processInput();
bool OnEvent(const SEvent &event);
+#ifdef __ANDROID__
+ bool getAndroidUIInput();
+#endif
+
+protected:
+ std::wstring getLabelByID(s32 id) { return L""; }
+ std::string getNameByID(s32 id);
private:
Client *m_client;