diff options
| author | Simon 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) |
| commit | 35858ef6073092f8447bbec8b18b768061cf8bd0 (patch) | |
| tree | 1ad7e7e9272f6a640289bc422ebe7d34fe025bf0 /src/login/LoginView.h | |
| parent | 04e4a2346d3d7ef6e0f0b38d8eafc928dc6e30bd (diff) | |
| download | powder-35858ef6073092f8447bbec8b18b768061cf8bd0.zip powder-35858ef6073092f8447bbec8b18b768061cf8bd0.tar.gz | |
Fix textbox
Diffstat (limited to 'src/login/LoginView.h')
| -rw-r--r-- | src/login/LoginView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/LoginView.h b/src/login/LoginView.h index 2646e99..1099278 100644 --- a/src/login/LoginView.h +++ b/src/login/LoginView.h @@ -27,6 +27,7 @@ class LoginView: public ui::Window { ui::Textbox * passwordField; public: class LoginAction; + class CancelAction; LoginView(); void AttachController(LoginController * c_) { c = c_; } void NotifyStatusChanged(LoginModel * sender); |
