aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection-factory.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-05-01 11:34:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-05-01 11:34:26 +0200
commitc22cc575cfd2e89771093b15aa337d563f1eba5b (patch)
tree4d7982e4efba974891c20827058231b3b1e2a156 /odb/sqlite/connection-factory.hxx
parent64f60cfa94d730ea5d6a9e7bc22a8d706f73d53c (diff)
Cosmetic changes to the ATTACH DATABASE code
Diffstat (limited to 'odb/sqlite/connection-factory.hxx')
-rw-r--r--odb/sqlite/connection-factory.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/sqlite/connection-factory.hxx b/odb/sqlite/connection-factory.hxx
index 0d01b85..b410997 100644
--- a/odb/sqlite/connection-factory.hxx
+++ b/odb/sqlite/connection-factory.hxx
@@ -250,14 +250,14 @@ namespace odb
virtual connection_ptr
connect ();
+ virtual void
+ detach ();
+
// Active object interface.
//
virtual void
clear ();
- virtual void
- detach ();
-
virtual
~default_attached_connection_factory ();