diff options
Diffstat (limited to 'src/PatchageCanvas.cpp')
-rw-r--r-- | src/PatchageCanvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index c1471c8..44e844f 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -303,7 +303,7 @@ PatchageCanvas::make_connection(FlowCanvas::Joinable* tail, } bool -PatchageCanvas::remove_item(FlowCanvas::Item* i) +PatchageCanvas::remove_item(FlowCanvas::Shape* i) { // Remove item from canvas const bool ret = FlowCanvas::Canvas::remove_item(i); |