From 8568cd25d943636e33ec00a935ad8a67d4876e14 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2011 09:14:11 +0200 Subject: Add default value for extra_flags argument --- odb/sqlite/connection-factory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/sqlite/connection-factory.cxx') diff --git a/odb/sqlite/connection-factory.cxx b/odb/sqlite/connection-factory.cxx index 358fa0c..f200a17 100644 --- a/odb/sqlite/connection-factory.cxx +++ b/odb/sqlite/connection-factory.cxx @@ -42,7 +42,7 @@ namespace odb single_connection_factory:: create () { - return single_connection_ptr (new (shared) single_connection (*db_, 0)); + return single_connection_ptr (new (shared) single_connection (*db_)); } connection_ptr single_connection_factory:: -- cgit v1.1