diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-06 14:36:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-06 14:36:20 +0200 |
commit | 517ea9bd35ff406c0c7908f678b3fee17a280969 (patch) | |
tree | ec75e327000213d9820133abad52af4edc43761c /libcommon/common/common.cxx | |
parent | a15d6818920e7972cb8e61fc3dd457705d840f8d (diff) |
Add ability to specify SQLite vfs module in database constructor
Diffstat (limited to 'libcommon/common/common.cxx')
-rw-r--r-- | libcommon/common/common.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |