aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr-impl.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
commit49a851317a3696f49f9ee6ce1dee20ee9dece3ae (patch)
tree500fec922eb1be62d0b3738b88d07061abc4cc53 /odb/lazy-ptr-impl.hxx
parenta4aeed97fe567dd40fd86498637d461a68eb4eed (diff)
Try to clean up inline exports
Diffstat (limited to 'odb/lazy-ptr-impl.hxx')
-rw-r--r--odb/lazy-ptr-impl.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb/lazy-ptr-impl.hxx b/odb/lazy-ptr-impl.hxx
index 6f03eff..f4eeb23 100644
--- a/odb/lazy-ptr-impl.hxx
+++ b/odb/lazy-ptr-impl.hxx
@@ -13,11 +13,10 @@
#include <odb/traits.hxx>
#include <odb/details/config.hxx> // ODB_CXX11
-#include <odb/details/export.hxx>
namespace odb
{
- struct LIBODB_EXPORT lazy_ptr_impl_ref
+ struct lazy_ptr_impl_ref
{
void* id_;
database* db_;
@@ -26,7 +25,7 @@ namespace odb
void* (*copy_) (const void*);
};
- class LIBODB_EXPORT lazy_ptr_base
+ class lazy_ptr_base
{
public:
typedef odb::database database_type;