ide/Project: (#241) Seeing GCC warnings when building from IDE
[sdk] / samples / net / XMLSample / xmlSample.ec
index cdd4f20..5bd3f23 100644 (file)
@@ -118,7 +118,7 @@ class MyParser : XMLParser
 
    void ProcessKeyword(char * keyWord)
    {
-      NamedLink nl;
+      NamedLink64 nl;
       EnumClassData tagData = class(MyTag).data;
       for(nl = tagData.values.first; nl; nl = nl.next)
       {