From 52054e24f8b98c07753588c726a1e777bad7245b Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Fri, 28 Apr 2017 21:42:36 +0200 Subject: Reset (bzr r15620.1.9) --- src/live_effects/lpe-perspective_path.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/live_effects/lpe-perspective_path.cpp') diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp index 435c91c2d..b83fb67d7 100644 --- a/src/live_effects/lpe-perspective_path.cpp +++ b/src/live_effects/lpe-perspective_path.cpp @@ -51,11 +51,11 @@ LPEPerspectivePath::LPEPerspectivePath(LivePathEffectObject *lpeobject) : uses_plane_xy(_("Uses XY plane?"), _("If true, put the path on the left side of an imaginary box, otherwise on the right side"), "uses_plane_xy", &wr, this, true) { // register all your parameters here, so Inkscape knows which parameters this effect has: - registerParameter( &scalex); - registerParameter( &scaley); - registerParameter( &offsetx); - registerParameter( &offsety); - registerParameter( &uses_plane_xy); + registerParameter( dynamic_cast(&scalex) ); + registerParameter( dynamic_cast(&scaley) ); + registerParameter( dynamic_cast(&offsetx) ); + registerParameter( dynamic_cast(&offsety) ); + registerParameter( dynamic_cast(&uses_plane_xy) ); concatenate_before_pwd2 = true; // don't split the path into its subpaths _provides_knotholder_entities = true; -- cgit v1.2.3