Code

Warning cleanup
[inkscape.git] / src / live_effects / parameter / path.cpp
index c954e09df85327eb1cf61a5d7e3ebce6cb95035f..e74729b3599e899b9ffafae5e297aec0c8f89490 100644 (file)
@@ -217,6 +217,12 @@ PathParam::param_setup_nodepath(Inkscape::NodePath::Path *np)
     np->helperpath_width = 1.0;
 }
 
+void
+PathParam::addCanvasIndicators(SPLPEItem */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec)
+{
+    hp_vec.push_back(_pathvector);
+}
+
 /*
  * Only applies transform when not referring to other path!
  */