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 46d3082f1..01406cc20 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -411,7 +411,7 @@ struct poptOption options[] = {
};
static bool needToRecodeParams = true;
-gchar* blankParam = "";
+gchar const* blankParam = "";
#ifdef WIN32
static int _win32_set_inkscape_env(char *argv0)