aboutsummaryrefslogtreecommitdiff
path: root/odb/schema-version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
commit49a851317a3696f49f9ee6ce1dee20ee9dece3ae (patch)
tree500fec922eb1be62d0b3738b88d07061abc4cc53 /odb/schema-version.hxx
parenta4aeed97fe567dd40fd86498637d461a68eb4eed (diff)
Try to clean up inline exports
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) {}