summaryrefslogtreecommitdiffstats
path: root/src/gui/SubpatchModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/SubpatchModule.hpp')
-rw-r--r--src/gui/SubpatchModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/SubpatchModule.hpp b/src/gui/SubpatchModule.hpp
index f72ed6bf..93a7b647 100644
--- a/src/gui/SubpatchModule.hpp
+++ b/src/gui/SubpatchModule.hpp
@@ -49,7 +49,7 @@ public:
virtual ~SubpatchModule() {}
- void on_double_click(GdkEventButton* ev);
+ bool on_double_click(GdkEventButton* ev);
void store_location(double x, double y);