X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fxml%2FNamespace.cpp;h=a86f875e91b06a945969563be1e36930936f0fd7;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=413a5aef93ef8b4840bd8b8a09b89873ba9af233;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/xml/Namespace.cpp b/source/xml/Namespace.cpp index 413a5ae..a86f875 100644 --- a/source/xml/Namespace.cpp +++ b/source/xml/Namespace.cpp @@ -12,7 +12,7 @@ using namespace std; using namespace anna; string xml::Namespace::asString() const -throw() { +{ string result("xml::Namespace { Name: "); result += a_name; result += " | Reference: ";