From 02a30bfecdd841b4ca48acfc9b5f2df7930e7a69 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 25 Feb 2010 01:43:18 +0000 Subject: warning fixes --- ListItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index 9597a358..fea5db3e 100644 --- a/ListItem.h +++ b/ListItem.h @@ -30,7 +30,7 @@ extern char* LISTITEM_CLASS; #define LISTITEM_CLASS NULL #endif -ListItem* ListItem_new(char* value, int key); +ListItem* ListItem_new(const char* value, int key); void ListItem_append(ListItem* this, char* text); -- cgit v1.2.3