aboutsummaryrefslogtreecommitdiff
path: root/odb/schema-version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/schema-version.hxx')
-rw-r--r--odb/schema-version.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/schema-version.hxx b/odb/schema-version.hxx
index f58692f..2d10d6f 100644
--- a/odb/schema-version.hxx
+++ b/odb/schema-version.hxx
@@ -8,11 +8,10 @@
#include <odb/pre.hxx>
#include <odb/forward.hxx> // schema_version
-#include <odb/details/export.hxx>
namespace odb
{
- struct LIBODB_EXPORT schema_version_migration
+ struct schema_version_migration
{
schema_version_migration (schema_version v = 0, bool m = false)
: version (v), migration (m) {}