summaryrefslogtreecommitdiffstats
path: root/src/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.cpp b/src/help.cpp
index 643945a69..93bf715c9 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -31,7 +31,7 @@ void sp_help_open_tutorial(GtkMenuItem *, void* data)
{
gchar const *name = static_cast<gchar const *>(data);
gchar *c = g_build_filename(INKSCAPE_TUTORIALSDIR, name, NULL);
- sp_file_open(c, NULL, false, false);
+ sp_file_open(c, nullptr, false, false);
g_free(c);
}