diff options
Diffstat (limited to 'src/live_effects/lpe-slant.cpp')
| -rw-r--r-- | src/live_effects/lpe-slant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-slant.cpp b/src/live_effects/lpe-slant.cpp index 407e43992..7382d15e2 100644 --- a/src/live_effects/lpe-slant.cpp +++ b/src/live_effects/lpe-slant.cpp @@ -29,7 +29,7 @@ LPESlant::~LPESlant() void LPESlant::doEffect(SPCurve * curve) { - NArtBpath *bpath = curve->_bpath; + NArtBpath *bpath = curve->get_bpath(); int i = 0; while(bpath[i].code != NR_END) { bpath[i].y1 += (bpath[i].x1-center[Geom::X]) * factor; |
