diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h index 63e1689..ad8a7f5 100644 --- a/src/application.h +++ b/src/application.h @@ -32,8 +32,8 @@ #include "util.h" #include "ui/accounts.h" +#include "ui/chat.h" #include "ui/chats.h" -#include "ui/messages.h" typedef struct MESSENGER_Application { @@ -47,7 +47,7 @@ typedef struct MESSENGER_Application UI_ACCOUNTS_Handle accounts; UI_CHATS_Handle chats; - UI_MESSAGES_Handle messages; + UI_CHAT_Handle current; } MESSENGER_Application; void |