From b9b88f847f203dd92c42618334f60d2523a64465 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 31 Aug 2015 14:57:56 +0200 Subject: Add missing export symbol --- odb/sqlite/connection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx index f8378fb..7499eb9 100644 --- a/odb/sqlite/connection.hxx +++ b/odb/sqlite/connection.hxx @@ -38,7 +38,7 @@ namespace odb // "cleared" before the transaction can be committed and the // connection release. These form a doubly-linked list. // - class active_object + class LIBODB_SQLITE_EXPORT active_object { public: // This function should remove the object from the list, since -- cgit v1.1