X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fxml%2FData.cpp;fp=source%2Fxml%2FData.cpp;h=2a6cd5f31e299ba95cc690ff054816ec9bb20e92;hp=4af223f35cb1a814d13c583c8908b7fe60071059;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/xml/Data.cpp b/source/xml/Data.cpp index 4af223f..2a6cd5f 100644 --- a/source/xml/Data.cpp +++ b/source/xml/Data.cpp @@ -15,12 +15,12 @@ using namespace std; using namespace anna; void xml::Data::setValue(const int value) -throw() { +{ a_value = anna::functions::asString(value); } string xml::Data::asString() const -throw() { +{ string result("xml::Data { Node: "); result += a_owner->getName(); result += " | Value: ";