diff options
-rw-r--r-- | odb/sqlite/connection-factory.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/sqlite/connection-factory.hxx b/odb/sqlite/connection-factory.hxx index 0db2cf1..7994785 100644 --- a/odb/sqlite/connection-factory.hxx +++ b/odb/sqlite/connection-factory.hxx @@ -62,7 +62,7 @@ namespace odb single_connection_factory& operator= (const single_connection_factory&); protected: - class single_connection: public connection + class LIBODB_SQLITE_EXPORT single_connection: public connection { public: single_connection (database_type&, int extra_flags = 0); @@ -178,7 +178,7 @@ namespace odb connection_pool_factory& operator= (const connection_pool_factory&); protected: - class pooled_connection: public connection + class LIBODB_SQLITE_EXPORT pooled_connection: public connection { public: pooled_connection (database_type&, int extra_flags = 0); |