Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/skin_parser.h
index cd50b99..ca2d7bc 100644
--- a/utils/themeeditor/skin_parser.h
+++ b/utils/themeeditor/skin_parser.h
@@ -123,7 +123,7 @@
/* Parses a WPS document and returns a list of skin_element
structures. */
-struct skin_element* skin_parse(char* document);
+struct skin_element* skin_parse(const char* document);
/* Memory management functions */
struct skin_element* skin_alloc_element();