summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2007-10-11 14:07:09 +0000
committerpjrm <pjrm@users.sourceforge.net>2007-10-11 14:07:09 +0000
commit59282cfb4df337c334457e9e4c9f763a34f5ca0c (patch)
tree5e36eebb56d93e87e762c75870d00f922f598f1b /src
parent(noop): io/uristream.cpp: Remove some unneeded gchar/char casts. Change cons... (diff)
downloadinkscape-59282cfb4df337c334457e9e4c9f763a34f5ca0c.tar.gz
inkscape-59282cfb4df337c334457e9e4c9f763a34f5ca0c.zip
(ui/dialog/document-metadata.h, ui/dialog/document-properties.h): Change _prefs_path from gchar* to gchar const *.
(bzr r3881)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/document-metadata.h2
-rw-r--r--src/ui/dialog/document-properties.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/document-metadata.h b/src/ui/dialog/document-metadata.h
index 478f9334e..3f1fb9e57 100644
--- a/src/ui/dialog/document-metadata.h
+++ b/src/ui/dialog/document-metadata.h
@@ -58,7 +58,7 @@ protected:
RDElist _rdflist;
Licensor _licensor;
- gchar * _prefs_path;
+ gchar const *_prefs_path;
Registry _wr;
private:
diff --git a/src/ui/dialog/document-properties.h b/src/ui/dialog/document-properties.h
index aa6e9c03b..192e2f732 100644
--- a/src/ui/dialog/document-properties.h
+++ b/src/ui/dialog/document-properties.h
@@ -84,7 +84,7 @@ protected:
Gtk::ComboBoxText _grids_combo_gridtype;
//---------------------------------------------------------------
- gchar * _prefs_path;
+ gchar const *_prefs_path;
Registry _wr;
private: