Hard refactoring. CodecEngine is associated to a unique stack.
[anna.git] / source / xml / DTDFile.cpp
index 6cc20c3..cdddb0a 100644 (file)
@@ -23,7 +23,7 @@ using namespace std;
 using namespace anna;
 using namespace anna::xml;
 
-_xmlDtd* DTDFile::parse(const charfilename) const
+_xmlDtd* DTDFile::parse(const char *filename) const
 throw(RuntimeException) {
   LOGMETHOD(TraceMethod tf("anna::xml::DTDFile", "parse", ANNA_FILE_LOCATION));
   _xmlDtd* result;