extras/FileSystemIterator, XMLParser: Minor tweaks
authorJerome St-Louis <jerome@ecere.com>
Tue, 27 Aug 2013 02:13:26 +0000 (22:13 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 27 Aug 2013 02:13:26 +0000 (22:13 -0400)
extras/FileSystemIterator.ec
extras/XMLParser.ec

index 8da1a0a..afa2fdc 100644 (file)
@@ -97,6 +97,7 @@ public:
    
    virtual bool OnFile(char * filePath)
    {
+      return true;
    }
 
    virtual bool OnFolder(char * folderPath)
index d2004da..801bfd5 100644 (file)
@@ -1,4 +1,4 @@
-import "ecere"
+public import "ecere"
 
 #define MAX_TAG_LEN  2048