summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 01406cc20..a48fe1f6b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -411,7 +411,7 @@ struct poptOption options[] = {
};
static bool needToRecodeParams = true;
-gchar const* blankParam = "";
+gchar * blankParam = g_strdup("");
#ifdef WIN32
static int _win32_set_inkscape_env(char *argv0)