From 2c4c3f01ced3af14cdf8b443e49dd67495822370 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 27 May 2019 08:41:46 +0200 Subject: Fix a issue compiling with a obsolete value I forget remove in prev comit --- src/live_effects/parameter/originalpath.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/live_effects/parameter/originalpath.cpp') diff --git a/src/live_effects/parameter/originalpath.cpp b/src/live_effects/parameter/originalpath.cpp index 5430b67c1..dd292fee3 100644 --- a/src/live_effects/parameter/originalpath.cpp +++ b/src/live_effects/parameter/originalpath.cpp @@ -30,12 +30,11 @@ namespace LivePathEffect { OriginalPathParam::OriginalPathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, - Effect* effect, bool all) + Effect* effect) : PathParam(label, tip, key, wr, effect, "") { oncanvas_editable = false; _from_original_d = false; - _all = false; } OriginalPathParam::~OriginalPathParam() -- cgit v1.2.3