summaryrefslogtreecommitdiffstats
path: root/src/ui/tool-factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool-factory.cpp')
-rw-r--r--src/ui/tool-factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool-factory.cpp b/src/ui/tool-factory.cpp
index f101e5a24..189ff21df 100644
--- a/src/ui/tool-factory.cpp
+++ b/src/ui/tool-factory.cpp
@@ -40,7 +40,7 @@ using namespace Inkscape::UI::Tools;
ToolBase *ToolFactory::createObject(std::string const& id)
{
- ToolBase *tool = NULL;
+ ToolBase *tool = nullptr;
if (id == "/tools/shapes/arc")
tool = new ArcTool;