summaryrefslogtreecommitdiff
path: root/src/login/LoginController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-24 23:33:32 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-24 23:33:32 (GMT)
commit35858ef6073092f8447bbec8b18b768061cf8bd0 (patch)
tree1ad7e7e9272f6a640289bc422ebe7d34fe025bf0 /src/login/LoginController.h
parent04e4a2346d3d7ef6e0f0b38d8eafc928dc6e30bd (diff)
downloadpowder-35858ef6073092f8447bbec8b18b768061cf8bd0.zip
powder-35858ef6073092f8447bbec8b18b768061cf8bd0.tar.gz
Fix textbox
Diffstat (limited to 'src/login/LoginController.h')
-rw-r--r--src/login/LoginController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/LoginController.h b/src/login/LoginController.h
index ecd30a3..2df28ab 100644
--- a/src/login/LoginController.h
+++ b/src/login/LoginController.h
@@ -22,6 +22,7 @@ class LoginController {
public:
LoginController();
void Login(string username, string password);
+ void Exit();
LoginView * GetView() { return loginView; }
virtual ~LoginController();