diff options
Diffstat (limited to 'src/components/channellist/channellisttree.hpp')
-rw-r--r-- | src/components/channellist/channellisttree.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp index 9d065ec..136522b 100644 --- a/src/components/channellist/channellisttree.hpp +++ b/src/components/channellist/channellisttree.hpp @@ -38,6 +38,8 @@ public: void SetSelectedDMs(); protected: + int SortFunc(const Gtk::TreeModel::iterator &a, const Gtk::TreeModel::iterator &b); + void OnPanedPositionChanged(); void UpdateListingClassic(); |