diff options
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index f98cafb..4854c98 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -131,6 +131,7 @@ protected: bool IsTextChannel(ChannelType type); + void OnRowCollapsed(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path); void OnRowExpanded(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path); public: |