aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr-impl.hxx
diff options
context:
space:
mode:
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;