summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-temporary-item.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-01-23 12:23:05 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-01-23 12:23:05 +0000
commitee98b092d00a847b69cce68c948f9fcf9e3f529b (patch)
treeae3e861c393d82589137d48f306a7ca339323f99 /src/display/canvas-temporary-item.cpp
parentConvert gradient-toolbar to use ink-select-one-action. (diff)
downloadinkscape-ee98b092d00a847b69cce68c948f9fcf9e3f529b.tar.gz
inkscape-ee98b092d00a847b69cce68c948f9fcf9e3f529b.zip
Minor include file cleanup.
Diffstat (limited to 'src/display/canvas-temporary-item.cpp')
-rw-r--r--src/display/canvas-temporary-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/canvas-temporary-item.cpp b/src/display/canvas-temporary-item.cpp
index f55c8bf4e..cb7145d61 100644
--- a/src/display/canvas-temporary-item.cpp
+++ b/src/display/canvas-temporary-item.cpp
@@ -50,7 +50,7 @@ TemporaryItem::~TemporaryItem()
if (canvasitem) {
// destroying the item automatically hides it
sp_canvas_item_destroy(canvasitem);
- canvasitem = NULL;
+ canvasitem = nullptr;
}
}