aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-05 11:18:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-05 11:18:32 +0200
commit17848e4cb98f88806e13a2b6f98a38e36a5d63e0 (patch)
tree9f59e3157c5646bd294f277fe3312c832a45bee6
parentd7370772a48b1bee07473c8ba080306c18e60933 (diff)
Remove export macro from class template
-rw-r--r--odb/schema-catalog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/schema-catalog.hxx b/odb/schema-catalog.hxx
index 968cbdc..953f099 100644
--- a/odb/schema-catalog.hxx
+++ b/odb/schema-catalog.hxx
@@ -228,7 +228,7 @@ namespace odb
// Static data migration function registration.
//
template <schema_version v, schema_version base>
- struct LIBODB_EXPORT data_migration_entry
+ struct data_migration_entry
{
typedef schema_catalog::data_migration_function_type function_type;