diff options
-rw-r--r-- | odb/schema-catalog.hxx | 2 |
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; |