From 2de314bd07d1f4679a86c2a772e11cedde290958 Mon Sep 17 00:00:00 2001 From: pjrm Date: Mon, 10 Mar 2008 09:45:23 +0000 Subject: [PATCH] noop: Address a warning. --- src/dialogs/xml-tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/xml-tree.cpp b/src/dialogs/xml-tree.cpp index a9db979d6..1bc28b328 100644 --- a/src/dialogs/xml-tree.cpp +++ b/src/dialogs/xml-tree.cpp @@ -78,7 +78,7 @@ static sigc::connection document_replaced_connection; static win_data wd; // impossible original values to make sure they are read from prefs static gint x = -1000, y = -1000, w = 0, h = 0; -static gchar *prefs_path = "dialogs.xml"; +static gchar const *const prefs_path = "dialogs.xml"; static GtkWidget *status = NULL; static Inkscape::MessageStack *_message_stack = NULL; static Inkscape::MessageContext *_message_context = NULL; -- 2.30.2