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/lazy-ptr-impl.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'odb/lazy-ptr-impl.hxx') 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 #include // ODB_CXX11 -#include 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; -- cgit v1.1