X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fxml%2FDTDFile.cpp;h=4f3a29f9b67875c7f14effd2e0482d6fc8000569;hp=cdddb0af6ae6c972a91cb01fa35c8b138a6967a2;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/xml/DTDFile.cpp b/source/xml/DTDFile.cpp index cdddb0a..4f3a29f 100644 --- a/source/xml/DTDFile.cpp +++ b/source/xml/DTDFile.cpp @@ -24,7 +24,7 @@ using namespace anna; using namespace anna::xml; _xmlDtd* DTDFile::parse(const char *filename) const -throw(RuntimeException) { +noexcept(false) { LOGMETHOD(TraceMethod tf("anna::xml::DTDFile", "parse", ANNA_FILE_LOCATION)); _xmlDtd* result; int stream;