summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-roughen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-roughen.cpp')
-rw-r--r--src/live_effects/lpe-roughen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-roughen.cpp b/src/live_effects/lpe-roughen.cpp
index e44688baa..37a94343b 100644
--- a/src/live_effects/lpe-roughen.cpp
+++ b/src/live_effects/lpe-roughen.cpp
@@ -222,7 +222,7 @@ void LPERoughen::doEffect(SPCurve *curve)
}
}
while (curve_it1 != curve_endit) {
- Geom::CubicBezier const *cubic = NULL;
+ Geom::CubicBezier const *cubic = nullptr;
cubic = dynamic_cast<Geom::CubicBezier const *>(&*curve_it1);
if (cubic) {
nCurve->curveto((*cubic)[1] + last_move, (*cubic)[2], curve_it1->finalPoint());