diff options
Diffstat (limited to 'src/gui/register.h')
-rw-r--r-- | src/gui/register.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/register.h b/src/gui/register.h index 606050428..188390bba 100644 --- a/src/gui/register.h +++ b/src/gui/register.h @@ -33,6 +33,13 @@ class LoginData; class OkDialog; +namespace gcn +{ + class Button; + class RadioButton; + class TextField; +} + /** * Listener used while dealing with wrong data. It is used to direct the focus * to the field which contained wrong data when the Ok button was pressed on |