diff options
Diffstat (limited to 'src/ui/account_create_dialog.h')
-rw-r--r-- | src/ui/account_create_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/account_create_dialog.h b/src/ui/account_create_dialog.h index 69dbb1c..d42fef2 100644 --- a/src/ui/account_create_dialog.h +++ b/src/ui/account_create_dialog.h @@ -32,7 +32,7 @@ struct MESSENGER_Application; typedef struct UI_ACCOUNT_CREATE_DIALOG_Handle { - WINDOW *window; + WINDOW **window; char name [256]; int name_len; |