summaryrefslogtreecommitdiff
path: root/components/chatinput.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatinput.hpp')
-rw-r--r--components/chatinput.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatinput.hpp b/components/chatinput.hpp
index abb7a18..ad7f0b1 100644
--- a/components/chatinput.hpp
+++ b/components/chatinput.hpp
@@ -16,7 +16,7 @@ private:
Gtk::TextView m_textview;
public:
- typedef sigc::signal<void, Glib::ustring> type_signal_submit;
+ typedef sigc::signal<bool, Glib::ustring> type_signal_submit;
typedef sigc::signal<void> type_signal_escape;
type_signal_submit signal_submit();