diff options
Diffstat (limited to 'src/path-prefix.cpp')
| -rw-r--r-- | src/path-prefix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-prefix.cpp b/src/path-prefix.cpp index bffba500f..87b756eb4 100644 --- a/src/path-prefix.cpp +++ b/src/path-prefix.cpp @@ -38,7 +38,7 @@ */ char *append_inkscape_datadir(const char *relative_path) { - static gchar *inkscape_datadir; + static gchar const *inkscape_datadir; if (!inkscape_datadir) { gchar const *datadir_env = g_getenv("INKSCAPE_DATADIR"); if (datadir_env) { |
