From 49685c39895af67d7ffcc50fdc02150b6ee44f72 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:01:53 -0400 Subject: fix up a bunch of clang-tidy stuff mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past --- src/windows/threadswindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/threadswindow.hpp') 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, -- cgit v1.2.3