From 851cbe3927b987ec992bbbb69bd62224bf4a0dc3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Apr 2012 16:48:01 +0200 Subject: Polymorphic inheritance support --- odb/sqlite/binding.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/sqlite/binding.hxx') 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) { -- cgit v1.1