OSDN Git Service

Container builder and some refactoring. still working on.
[dennco/dennco.git] / Source / DNXML.h
index e31e82c..6a92d13 100644 (file)
@@ -26,7 +26,7 @@ class DNXMLElement;
 class DNXML
 {
 public:
-    static DNXML*   createXMLFromFile(const char *fpath);
+    static DNXML*   createXMLFromFile(const char *docRoot, const char *path);
     
     DNXMLElement*   getRoot();