diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-19 17:57:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-19 17:57:09 +0200 |
commit | ed81a8f4e7fd201b8ee82fe1e5801c218da7f148 (patch) | |
tree | c3e22a6d0bcee4e6a670fa2cf3d12393a576617f | |
parent | 49a851317a3696f49f9ee6ce1dee20ee9dece3ae (diff) |
Add missing export2.5.0-a9
-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*); |