From 49a851317a3696f49f9ee6ce1dee20ee9dece3ae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Aug 2016 14:27:02 +0200 Subject: Try to clean up inline exports --- odb/details/shared-ptr/base.hxx | 2 +- odb/details/shared-ptr/base.txx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/details/shared-ptr') 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*); -- cgit v1.1