aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr/base.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/shared-ptr/base.hxx')
-rw-r--r--odb/details/shared-ptr/base.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/details/shared-ptr/base.hxx b/odb/details/shared-ptr/base.hxx
index 309f7d2..c8beb07 100644
--- a/odb/details/shared-ptr/base.hxx
+++ b/odb/details/shared-ptr/base.hxx
@@ -31,8 +31,8 @@ namespace odb
char id_;
};
- extern share shared;
- extern share exclusive;
+ extern LIBODB_EXPORT share shared;
+ extern LIBODB_EXPORT share exclusive;
}
}