aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
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 @@
32#include "util.h" 32#include "util.h"
33 33
34#include "ui/accounts.h" 34#include "ui/accounts.h"
35#include "ui/chat.h"
35#include "ui/chats.h" 36#include "ui/chats.h"
36#include "ui/messages.h"
37 37
38typedef struct MESSENGER_Application 38typedef struct MESSENGER_Application
39{ 39{
@@ -47,7 +47,7 @@ typedef struct MESSENGER_Application
47 47
48 UI_ACCOUNTS_Handle accounts; 48 UI_ACCOUNTS_Handle accounts;
49 UI_CHATS_Handle chats; 49 UI_CHATS_Handle chats;
50 UI_MESSAGES_Handle messages; 50 UI_CHAT_Handle current;
51} MESSENGER_Application; 51} MESSENGER_Application;
52 52
53void 53void