summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index 506ad93..37a3254 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -190,6 +190,8 @@ protected:
bool SelectionFunc(const Glib::RefPtr<Gtk::TreeModel> &model, const Gtk::TreeModel::Path &path, bool is_currently_selected);
bool OnButtonPressEvent(GdkEventButton *ev);
+ void MoveRow(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::iterator &new_parent);
+
Gtk::TreeModel::Path m_last_selected;
Gtk::TreeModel::Path m_dm_header;