summaryrefslogtreecommitdiff
path: root/components/chatinput.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-04-13 04:36:27 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-04-13 04:36:27 -0400
commit422eed92fc87799e2b5fc0b4fdacf7f2733ff3b3 (patch)
tree81ca317d32661a592441c371b5525f690c47bde0 /components/chatinput.hpp
parent140782c395175345363d6de9cbaf67a024ddf7d8 (diff)
downloadabaddon-portaudio-422eed92fc87799e2b5fc0b4fdacf7f2733ff3b3.tar.gz
abaddon-portaudio-422eed92fc87799e2b5fc0b4fdacf7f2733ff3b3.zip
handle rate limited channels
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();