diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2007-10-11 14:07:09 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2007-10-11 14:07:09 +0000 |
| commit | 59282cfb4df337c334457e9e4c9f763a34f5ca0c (patch) | |
| tree | 5e36eebb56d93e87e762c75870d00f922f598f1b /src/ui/dialog/document-properties.h | |
| parent | (noop): io/uristream.cpp: Remove some unneeded gchar/char casts. Change cons... (diff) | |
| download | inkscape-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/ui/dialog/document-properties.h')
| -rw-r--r-- | src/ui/dialog/document-properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
