summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r--src/PatchageCanvas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index efd403e..745d589 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -77,7 +77,7 @@ private:
bool remove_item(FlowCanvas::Shape* i);
bool on_event(GdkEvent* ev);
- bool on_connection_event(FlowCanvas::Connection* c, GdkEvent* ev);
+ bool on_connection_event(FlowCanvas::Edge* c, GdkEvent* ev);
typedef std::map<const PortID, PatchagePort*> PortIndex;
PortIndex _port_index;