summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-perspective_path.h')
-rw-r--r--src/live_effects/lpe-perspective_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-perspective_path.h b/src/live_effects/lpe-perspective_path.h
index 14321f52e..a9ee004f9 100644
--- a/src/live_effects/lpe-perspective_path.h
+++ b/src/live_effects/lpe-perspective_path.h
@@ -34,7 +34,7 @@ public:
LPEPerspectivePath(LivePathEffectObject *lpeobject);
virtual ~LPEPerspectivePath();
- virtual void doBeforeEffect (SPLPEItem *lpeitem);
+ virtual void doBeforeEffect (SPLPEItem const* lpeitem);
virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);