Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/chat.h')
-rw-r--r--src/client/chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/chat.h b/src/client/chat.h
index eaaed10..39b1a1a 100644
--- a/src/client/chat.h
+++ b/src/client/chat.h
@@ -62,6 +62,8 @@ private:
ui::Label *chat_titlelabel;
ui::IconButton *chat_closebutton;
+ ui::Widget *chat_pane_right;
+
ui::ScrollPane *chat_scrollpane;
ui::InputBox *chat_input;
ui::ListView *chat_playerlist;