diff options
Diffstat (limited to 'src/windows/threadswindow.hpp')
-rw-r--r-- | src/windows/threadswindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/threadswindow.hpp b/src/windows/threadswindow.hpp index ebcbd13..276e067 100644 --- a/src/windows/threadswindow.hpp +++ b/src/windows/threadswindow.hpp @@ -43,7 +43,7 @@ public: private: // this filtering is rather cringe but idk what a better alternative would be - bool ListFilterFunc(Gtk::ListBoxRow *row_); + bool ListFilterFunc(Gtk::ListBoxRow *row_) const; enum FilterMode { FILTER_PUBLIC = 0, |