aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index 3e4bede..63e1689 100644
--- a/src/application.h
+++ b/src/application.h
@@ -41,6 +41,7 @@ typedef struct MESSENGER_Application
41 int argc; 41 int argc;
42 42
43 int status; 43 int status;
44 WINDOW *window;
44 45
45 MESSENGER_Chat chat; 46 MESSENGER_Chat chat;
46 47