diff options
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r-- | components/chatmessage.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index d168969..bf8edf2 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -33,8 +33,7 @@ protected: void HandleChannelMentions(Gtk::TextView *tv); bool OnClickChannel(GdkEventButton *ev); - void - HandleLinks(Gtk::TextView *tv); + void HandleLinks(Gtk::TextView *tv); bool OnLinkClick(GdkEventButton *ev); std::map<Glib::RefPtr<Gtk::TextTag>, std::string> m_link_tagmap; std::map<Glib::RefPtr<Gtk::TextTag>, Snowflake> m_channel_tagmap; |