X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fxml%2FDTDFile.cpp;fp=source%2Fxml%2FDTDFile.cpp;h=cdddb0af6ae6c972a91cb01fa35c8b138a6967a2;hb=e80e62a5cf9aacad1a9551c68c432147ef98cd29;hp=6cc20c31f0710aaa84df2341acfa73958cee0060;hpb=c7742e2134826a05ee9c6bf89eebaa726dae0d1b;p=anna.git diff --git a/source/xml/DTDFile.cpp b/source/xml/DTDFile.cpp index 6cc20c3..cdddb0a 100644 --- a/source/xml/DTDFile.cpp +++ b/source/xml/DTDFile.cpp @@ -23,7 +23,7 @@ using namespace std; using namespace anna; using namespace anna::xml; -_xmlDtd* DTDFile::parse(const char* filename) const +_xmlDtd* DTDFile::parse(const char *filename) const throw(RuntimeException) { LOGMETHOD(TraceMethod tf("anna::xml::DTDFile", "parse", ANNA_FILE_LOCATION)); _xmlDtd* result;