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