extras/XMLParser: fix warning.
[sdk] / extras / XMLParser.ec
index ac93896..1f2b22a 100644 (file)
@@ -263,7 +263,7 @@ class XMLParser
          {
             if(ch == '<' || charLen == CHARBUFSIZE - 1)
             {
-               ProcessCharacterData(characterData);
+               ProcessCharacterData((char*)characterData);
                charLen = 0;
             }
             if(ch == '<')