summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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: