X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fxml%2FAttribute.cpp;h=f5f8438ad3a9cb92031f17ea04adf5fc65e295dc;hb=d8ece13fc2c7f6d649e4f0e9689006f1d02a54b2;hp=9f8887f03ad42ec73bd17bf65b87539997ade495;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git 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: ";