Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / live_effects / lpe-circle_with_radius.h
index e783e0aab499afb0494cb7f4b1b42ae2c8c0bd50..19330eb3346fe9d0c842610aa76e3e33524dd844 100644 (file)
@@ -28,7 +28,7 @@ public:
     virtual ~LPECircleWithRadius();
 
 //  Choose to implement one of the doEffect functions. You can delete or comment out the others.
-    virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> & path_in);
+    virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> const & path_in);
 
 private:
     // add the parameters for your effect here: