diff options
author | David Robillard <d@drobilla.net> | 2024-07-17 09:14:33 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-17 09:32:28 -0400 |
commit | 96aa54674cec5a55e31bd588448804d0f6dcdbfd (patch) | |
tree | 58cfcba6e9f0a1c6437517ecd5249f1b222fe978 /src/Patchage.hpp | |
parent | 4e14f1dd771cdaa430f1463ca9f59c3270edc22b (diff) | |
download | patchage-96aa54674cec5a55e31bd588448804d0f6dcdbfd.tar.gz patchage-96aa54674cec5a55e31bd588448804d0f6dcdbfd.tar.bz2 patchage-96aa54674cec5a55e31bd588448804d0f6dcdbfd.zip |
Make member function static
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index 8f3cca0..720a57c 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -126,7 +126,7 @@ protected: void on_messages_resized(Gtk::Allocation& alloc); - bool on_scroll(GdkEventScroll* ev); + static bool on_scroll(GdkEventScroll* ev); void on_menu_action(const Action& action); |