summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/canvas-debug.cpp')
-rw-r--r--src/display/canvas-debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/canvas-debug.cpp b/src/display/canvas-debug.cpp
index 00a4f3fee..a4ca19673 100644
--- a/src/display/canvas-debug.cpp
+++ b/src/display/canvas-debug.cpp
@@ -41,7 +41,7 @@ static void sp_canvas_debug_init (SPCanvasDebug *debug)
namespace {
static void sp_canvas_debug_destroy (SPCanvasItem *object)
{
- g_return_if_fail (object != NULL);
+ g_return_if_fail (object != nullptr);
g_return_if_fail (SP_IS_CANVAS_DEBUG (object));
if (SP_CANVAS_ITEM_CLASS(sp_canvas_debug_parent_class)->destroy) {