diff options
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r-- | src/PatchageCanvas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index aaf7077..0fd394e 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -74,7 +74,7 @@ public: private: Patchage* _app; - bool remove_item(FlowCanvas::Shape* i); + bool remove_item(FlowCanvas::Node* i); bool on_event(GdkEvent* ev); bool on_connection_event(FlowCanvas::Edge* c, GdkEvent* ev); |