aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/shared-ptr')
-rw-r--r--odb/details/shared-ptr/base.hxx2
-rw-r--r--odb/details/shared-ptr/base.txx2
2 files changed, 2 insertions, 2 deletions
diff --git a/odb/details/shared-ptr/base.hxx b/odb/details/shared-ptr/base.hxx
index 90053e8..a0a6ae2 100644
--- a/odb/details/shared-ptr/base.hxx
+++ b/odb/details/shared-ptr/base.hxx
@@ -18,7 +18,7 @@ namespace odb
{
namespace details
{
- struct LIBODB_EXPORT share
+ struct share
{
explicit
share (char id);
diff --git a/odb/details/shared-ptr/base.txx b/odb/details/shared-ptr/base.txx
index d018c88..c15f508 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 LIBODB_EXPORT locator_common
+ struct locator_common
{
static std::size_t*
counter (void*);