aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/binding.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/binding.hxx')
-rw-r--r--odb/mssql/binding.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/mssql/binding.hxx b/odb/mssql/binding.hxx
index 48f9679..1bbf258 100644
--- a/odb/mssql/binding.hxx
+++ b/odb/mssql/binding.hxx
@@ -24,6 +24,8 @@ namespace odb
typedef mssql::bind bind_type;
typedef mssql::change_callback change_callback_type;
+ binding (): bind (0), count (0), version (0), change_callback (0) {}
+
binding (bind_type* b, std::size_t n)
: bind (b), count (n), version (0), change_callback (0)
{