summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-utils.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-11-03 10:43:56 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-11-03 10:43:56 +0000
commit12b7ebd7b9f39010a6d93d56f2b3629d73c985a0 (patch)
treeb8c30f1cb703df6485a1c2367ca72a5b1e45dfc4 /src/libcroco/cr-utils.h
parentFix for Bug #1243394 (XAML exporter doesn't remove unnecessary filters attrib... (diff)
downloadinkscape-12b7ebd7b9f39010a6d93d56f2b3629d73c985a0.tar.gz
inkscape-12b7ebd7b9f39010a6d93d56f2b3629d73c985a0.zip
Merge upstream libcroco 0.6.3 changes
(bzr r12765)
Diffstat (limited to 'src/libcroco/cr-utils.h')
-rw-r--r--src/libcroco/cr-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcroco/cr-utils.h b/src/libcroco/cr-utils.h
index 060842aef..3959b1037 100644
--- a/src/libcroco/cr-utils.h
+++ b/src/libcroco/cr-utils.h
@@ -239,10 +239,10 @@ cr_utils_dump_n_chars2 (guchar a_char,
GString *a_string,
glong a_nb) ;
GList *
-cr_utils_dup_glist_of_string (GList *a_list) ;
+cr_utils_dup_glist_of_string (GList const *a_list) ;
GList *
-cr_utils_dup_glist_of_cr_string (GList * a_list_of_strings) ;
+cr_utils_dup_glist_of_cr_string (GList const * a_list_of_strings) ;
G_END_DECLS