summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-show_handles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-show_handles.cpp')
-rw-r--r--src/live_effects/lpe-show_handles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-show_handles.cpp b/src/live_effects/lpe-show_handles.cpp
index 35da722d0..aa4b363f9 100644
--- a/src/live_effects/lpe-show_handles.cpp
+++ b/src/live_effects/lpe-show_handles.cpp
@@ -124,7 +124,7 @@ LPEShowHandles::generateHelperPath(Geom::PathVector result)
return;
}
- Geom::CubicBezier const *cubic = NULL;
+ Geom::CubicBezier const *cubic = nullptr;
for (Geom::PathVector::iterator path_it = result.begin(); path_it != result.end(); ++path_it) {
//Si está vacío...
if (path_it->empty()) {