diff options
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r-- | components/chatwindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp index 078c66d..1226d7e 100644 --- a/components/chatwindow.hpp +++ b/components/chatwindow.hpp @@ -54,7 +54,7 @@ protected: void ScrollToBottom(); bool m_should_scroll_to_bottom = true; - void OnMessageSendFail(const std::string &nonce); + void OnMessageSendFail(const std::string &nonce, float retry_after); Gtk::Box *m_main; Gtk::ListBox *m_list; |