diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-skeleton.h b/src/live_effects/lpe-skeleton.h index 6522e9ca3..5a7916e34 100644 --- a/src/live_effects/lpe-skeleton.h +++ b/src/live_effects/lpe-skeleton.h @@ -28,7 +28,7 @@ public: // Choose to implement one of the doEffect functions. You can delete or comment out the others. // virtual void doEffect (SPCurve * curve); -// 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); virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in); private: |
