X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdbms%2FInteger.cpp;h=d183a6e86080091941e68362b3b023f44a902f07;hb=e14f6ba5183403d7bbf589ef87b0643b12a0f72c;hp=605a20be7f7f49a0479311f900e973f4aa77270d;hpb=78be86969d2f26a9084b0c4af6ce43d5fa4ed3fd;p=anna.git diff --git a/source/dbms/Integer.cpp b/source/dbms/Integer.cpp index 605a20b..d183a6e 100644 --- a/source/dbms/Integer.cpp +++ b/source/dbms/Integer.cpp @@ -13,7 +13,7 @@ using namespace anna; std::string dbms::Integer::asString() const -throw() { +{ std::string result("dbms::Integer { "); result += dbms::Data::asString(); result += " | Valor: ";