extras/FileSystemIterator, XMLParser: Minor tweaks
[sdk] / extras / FileSystemIterator.ec
index 8da1a0a..afa2fdc 100644 (file)
@@ -97,6 +97,7 @@ public:
    
    virtual bool OnFile(char * filePath)
    {
+      return true;
    }
 
    virtual bool OnFolder(char * folderPath)