From a9848ce3fed7862d52b299b604535781e440eb4a Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 1 Jun 2010 21:25:02 +0000 Subject: 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 --- utils/themeeditor/skin_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/skin_parser.h') 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 /* 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(); -- cgit v1.2.3