diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-31 14:57:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-31 14:57:56 +0200 |
commit | b9b88f847f203dd92c42618334f60d2523a64465 (patch) | |
tree | 12e1367baea56f28b80b0ba5a10c4a51eba10c81 | |
parent | 8a81f3258a617a466163e0ec08e35f45db7f2348 (diff) |
Add missing export symbol
-rw-r--r-- | odb/sqlite/connection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |