X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdbms%2FBind.cpp;h=ae2cb13bd20676f5762e94b2c445a6ef82b85297;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=b54cdbea53f59c52ac71ecc63991c7a538197bcc;hpb=78be86969d2f26a9084b0c4af6ce43d5fa4ed3fd;p=anna.git diff --git a/source/dbms/Bind.cpp b/source/dbms/Bind.cpp index b54cdbe..ae2cb13 100644 --- a/source/dbms/Bind.cpp +++ b/source/dbms/Bind.cpp @@ -12,7 +12,7 @@ using namespace anna; std::string dbms::Bind::asString() const -throw() { +{ std::string result("dbms::Bind { Name: "); result += a_name; result += " | ";