diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-10 23:42:53 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-10 23:42:53 -0400 |
commit | ea6650884c91740ccb25c7e9e3e15700ffdf2c82 (patch) | |
tree | 1a5ea484cc898e77402220c045e7fa2b0ab0d7c7 /components/chatmessage.hpp | |
parent | a69318a952f66e377d7d6911c36aa57368ccd81d (diff) | |
download | abaddon-portaudio-ea6650884c91740ccb25c7e9e3e15700ffdf2c82.tar.gz abaddon-portaudio-ea6650884c91740ccb25c7e9e3e15700ffdf2c82.zip |
formatting
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; |