summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 8b7e3ef..401a366 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -55,7 +55,7 @@ public:
ModuleType type() const { return _type; }
protected:
- bool on_click(GdkEventButton* ev);
+ bool on_event(GdkEvent* ev);
void add_port(Ganv::Port* port);
void remove_port(Ganv::Port* port);