summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index dfb0ba85..f459b804 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -184,6 +184,9 @@ class ChatWindow : public Window, public gcn::ActionListener,
/** Called when key is pressed */
void keyPress(const gcn::Key& key);
+ /** Called to set current text */
+ void setInputText(std::string input_str);
+
private:
std::ofstream chatlog_file;