X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fhtml%2FParser.cpp;h=61428fb71b4bfc67ef50c76286c9dfefecab6e58;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=430b55faddcfe8cd5e2171143fe8b23c98e83f6c;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/html/Parser.cpp b/source/html/Parser.cpp index 430b55f..61428fb 100644 --- a/source/html/Parser.cpp +++ b/source/html/Parser.cpp @@ -12,7 +12,7 @@ using namespace std; using namespace anna; const html::Node* html::Parser::getHead() -throw(RuntimeException) { +noexcept(false) { if(a_head != NULL) return a_head; @@ -25,7 +25,7 @@ throw(RuntimeException) { } const html::Node* html::Parser::getBody() -throw(RuntimeException) { +noexcept(false) { if(a_body != NULL) return a_body;