summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/drawing-shape.h')
-rw-r--r--src/display/drawing-shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-shape.h b/src/display/drawing-shape.h
index 20da54239..8b0d1b082 100644
--- a/src/display/drawing-shape.h
+++ b/src/display/drawing-shape.h
@@ -28,7 +28,7 @@ public:
~DrawingShape() override;
void setPath(SPCurve *curve);
- void setStyle(SPStyle *style, SPStyle *context_style = NULL) override;
+ void setStyle(SPStyle *style, SPStyle *context_style = nullptr) override;
void setChildrenStyle(SPStyle *context_style) override;
protected: