formatting

This commit is contained in:
ouwou
2020-10-10 23:42:53 -04:00
parent a69318a952
commit ea6650884c
2 changed files with 5 additions and 6 deletions

View File

@@ -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;