From db586a28c54a39ddfd2dcefab405320eca374869 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Apr 2011 10:15:43 +0200 Subject: Work around VC++ bugs --- odb/sqlite/container-statements.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/sqlite/container-statements.txx') diff --git a/odb/sqlite/container-statements.txx b/odb/sqlite/container-statements.txx index bad380c..5cf3463 100644 --- a/odb/sqlite/container-statements.txx +++ b/odb/sqlite/container-statements.txx @@ -36,7 +36,7 @@ namespace odb template container_statements_impl:: - container_statements_impl (connection& conn) + container_statements_impl (connection_type& conn) : base (conn) { this->cond_image_bind_ = cond_image_bind_array_; -- cgit v1.1