diff options
Diffstat (limited to 'src/object/sp-polyline.cpp')
| -rw-r--r-- | src/object/sp-polyline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-polyline.cpp b/src/object/sp-polyline.cpp index 3be4700eb..aa8dab7e2 100644 --- a/src/object/sp-polyline.cpp +++ b/src/object/sp-polyline.cpp @@ -46,7 +46,7 @@ void SPPolyLine::set(unsigned int key, const gchar* value) { hascpt = FALSE; cptr = value; - eptr = NULL; + eptr = nullptr; while (TRUE) { gdouble x, y; |
