summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/execution-env.h')
-rw-r--r--src/extension/execution-env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/execution-env.h b/src/extension/execution-env.h
index f75e97efa..5ae7beb42 100644
--- a/src/extension/execution-env.h
+++ b/src/extension/execution-env.h
@@ -78,7 +78,7 @@ public:
*/
ExecutionEnv (Effect * effect,
Inkscape::UI::View::View * doc,
- Implementation::ImplementationDocumentCache * docCache = NULL,
+ Implementation::ImplementationDocumentCache * docCache = nullptr,
bool show_working = true,
bool show_errors = true);
virtual ~ExecutionEnv (void);