summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/control-point.h')
-rw-r--r--src/ui/tool/control-point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/control-point.h b/src/ui/tool/control-point.h
index 24ff86c43..2ff5b7355 100644
--- a/src/ui/tool/control-point.h
+++ b/src/ui/tool/control-point.h
@@ -221,7 +221,7 @@ protected:
*/
ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
ControlType type,
- ColorSet const &cset = _default_color_set, SPCanvasGroup *group = 0);
+ ColorSet const &cset = _default_color_set, SPCanvasGroup *group = nullptr);
/**
* Create a control point with a pixbuf-based visual representation.
@@ -235,7 +235,7 @@ protected:
*/
ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
Glib::RefPtr<Gdk::Pixbuf> pixbuf,
- ColorSet const &cset = _default_color_set, SPCanvasGroup *group = 0);
+ ColorSet const &cset = _default_color_set, SPCanvasGroup *group = nullptr);
/// @name Handle control point events in subclasses
/// @{