aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-05-24 18:54:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-05-24 20:22:45 +0300
commitf1716624e7ed6ad06944103c8e0d40ed40e0bf92 (patch)
tree5b0f94f61ddec0c2154b177e33a254a3052cb40d /odb/sqlite/connection.hxx
parent2ac3e83cdb046e2863c9aaff56e8e1a9328a6f57 (diff)
Fix MinGW GCC's 'redeclared without dllimport attribute' warning
Diffstat (limited to 'odb/sqlite/connection.hxx')
-rw-r--r--odb/sqlite/connection.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx
index 366239f..dbe4494 100644
--- a/odb/sqlite/connection.hxx
+++ b/odb/sqlite/connection.hxx
@@ -336,10 +336,7 @@ namespace odb
friend class transaction_impl;
connection_factory&
- main_factory ()
- {
- return main_connection_->factory ();
- }
+ main_factory ();
// Note that this essentially establishes a "framework" for all the
// attached connection factory implementations: they hold a counted