diff options
-rw-r--r-- | odb/details/shared-ptr/base.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/shared-ptr/base.txx b/odb/details/shared-ptr/base.txx index c15f508..d018c88 100644 --- a/odb/details/shared-ptr/base.txx +++ b/odb/details/shared-ptr/base.txx @@ -13,7 +13,7 @@ namespace odb { // Support for locating the counter in the memory block. // - struct locator_common + struct LIBODB_EXPORT locator_common { static std::size_t* counter (void*); |