X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fxml%2FAttribute.cpp;fp=source%2Fxml%2FAttribute.cpp;h=f5f8438ad3a9cb92031f17ea04adf5fc65e295dc;hp=9f8887f03ad42ec73bd17bf65b87539997ade495;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/xml/Attribute.cpp b/source/xml/Attribute.cpp index 9f8887f..f5f8438 100644 --- a/source/xml/Attribute.cpp +++ b/source/xml/Attribute.cpp @@ -13,7 +13,7 @@ using namespace std; using namespace anna; string xml::Attribute::asString() const -throw() { +{ std::string result("xml::Attribute {"); result += Data::asString(); result += " | Name: ";