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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/chat.h b/src/client/chat.h
index f076075..c7232a9 100644
--- a/src/client/chat.h
+++ b/src/client/chat.h
@@ -10,7 +10,7 @@
#include <sstream>
#include <deque>
-#include "ui/input.h"
+#include "ui/inputbox.h"
#include "ui/label.h"
#include "ui/window.h"
@@ -34,7 +34,7 @@ protected:
private:
ui::Label *chat_label;
- ui::Input *chat_input;
+ ui::InputBox *chat_input;
typedef std::deque<std::string> History;