summaryrefslogtreecommitdiffstats
path: root/src/dialogs/xml-tree.cpp
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-03-10 09:45:23 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-03-10 09:45:23 +0000
commit45b93ebf6948456207cfa6916638febd634a61a8 (patch)
treee43032e3e0e9d16ca4757de1bda0016b387ee66c /src/dialogs/xml-tree.cpp
parentFixed build (diff)
downloadinkscape-45b93ebf6948456207cfa6916638febd634a61a8.tar.gz
inkscape-45b93ebf6948456207cfa6916638febd634a61a8.zip
noop: Address a warning.
(bzr r5037)
Diffstat (limited to 'src/dialogs/xml-tree.cpp')
-rw-r--r--src/dialogs/xml-tree.cpp2
1 files changed, 1 insertions, 1 deletions
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;