summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skin_parser.h')
-rw-r--r--utils/themeeditor/skin_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/skin_parser.h
index cd50b996c0..ca2d7bc54b 100644
--- a/utils/themeeditor/skin_parser.h
+++ b/utils/themeeditor/skin_parser.h
@@ -123,7 +123,7 @@ struct skin_element
123 123
124/* Parses a WPS document and returns a list of skin_element 124/* Parses a WPS document and returns a list of skin_element
125 structures. */ 125 structures. */
126struct skin_element* skin_parse(char* document); 126struct skin_element* skin_parse(const char* document);
127 127
128/* Memory management functions */ 128/* Memory management functions */
129struct skin_element* skin_alloc_element(); 129struct skin_element* skin_alloc_element();