From 517ea9bd35ff406c0c7908f678b3fee17a280969 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Sep 2012 14:36:20 +0200 Subject: Add ability to specify SQLite vfs module in database constructor --- libcommon/common/common.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libcommon') diff --git a/libcommon/common/common.cxx b/libcommon/common/common.cxx index 6990924..524c11b 100644 --- a/libcommon/common/common.cxx +++ b/libcommon/common/common.cxx @@ -119,6 +119,7 @@ create_database (int& argc, #endif , true, + "", #ifdef HAVE_CXX11 move (f) #else -- cgit v1.1