X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fxml%2FData.cpp;h=2a6cd5f31e299ba95cc690ff054816ec9bb20e92;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=4af223f35cb1a814d13c583c8908b7fe60071059;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git 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: ";