From 5e91165c5961ee8e14b62e1f6b7d063b254aa3c3 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 2 May 2008 06:56:15 +0000 Subject: Switch to alternate const correction. (bzr r5578) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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) -- cgit v1.2.3