From 17848e4cb98f88806e13a2b6f98a38e36a5d63e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Oct 2013 11:18:32 +0200 Subject: Remove export macro from class template --- odb/schema-catalog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - struct LIBODB_EXPORT data_migration_entry + struct data_migration_entry { typedef schema_catalog::data_migration_function_type function_type; -- cgit v1.1