summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp3
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;