summaryrefslogtreecommitdiff
path: root/src/guiPasswordChange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiPasswordChange.h')
-rw-r--r--src/guiPasswordChange.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/guiPasswordChange.h b/src/guiPasswordChange.h
index cf81389eb..9680ef13d 100644
--- a/src/guiPasswordChange.h
+++ b/src/guiPasswordChange.h
@@ -39,12 +39,17 @@ public:
void drawMenu();
- bool acceptInput();
+ void acceptInput();
+
+ bool processInput();
bool OnEvent(const SEvent &event);
private:
Client *m_client;
+ std::wstring m_oldpass;
+ std::wstring m_newpass;
+ std::wstring m_newpass_confirm;
};
#endif