aboutsummaryrefslogtreecommitdiff
path: root/odb/schema-catalog-impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/schema-catalog-impl.hxx')
-rw-r--r--odb/schema-catalog-impl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/schema-catalog-impl.hxx b/odb/schema-catalog-impl.hxx
index 71d5d89..9b94cf1 100644
--- a/odb/schema-catalog-impl.hxx
+++ b/odb/schema-catalog-impl.hxx
@@ -35,8 +35,9 @@ namespace odb
struct LIBODB_EXPORT schema_catalog_entry
{
schema_catalog_entry (
+ database_id id,
const char* name,
- bool (*entry) (database&, unsigned short pass, bool drop));
+ bool (*create_function) (database&, unsigned short pass, bool drop));
};
}