aboutsummaryrefslogtreecommitdiff
path: root/odb/details/lock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/lock.hxx')
-rw-r--r--odb/details/lock.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/details/lock.hxx b/odb/details/lock.hxx
index 28f3ede..afc4c7b 100644
--- a/odb/details/lock.hxx
+++ b/odb/details/lock.hxx
@@ -7,7 +7,6 @@
#include <odb/pre.hxx>
-#include <odb/details/export.hxx>
#include <odb/details/mutex.hxx>
#ifdef ODB_THREADS_CXX11
@@ -24,7 +23,7 @@ namespace odb
{
namespace details
{
- class LIBODB_EXPORT lock
+ class lock
{
public:
lock (mutex& m)