diff options
Diffstat (limited to 'components/ratelimitindicator.hpp')
-rw-r--r-- | components/ratelimitindicator.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/ratelimitindicator.hpp b/components/ratelimitindicator.hpp index 5cbba4d..95dddb6 100644 --- a/components/ratelimitindicator.hpp +++ b/components/ratelimitindicator.hpp @@ -17,6 +17,7 @@ private: int GetRateLimit() const; bool UpdateIndicator(); void OnMessageCreate(const Message &message); + void OnMessageSendFail(const std::string &nonce, float rate_limit); Gtk::Image m_img; Gtk::Label m_label; |