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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/schema-catalog-impl.hxx b/odb/schema-catalog-impl.hxx
index 51a4902..32fd68f 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 (const char* name,
- bool (*entry) (database&, unsigned short pass));
+ schema_catalog_entry (
+ const char* name,
+ bool (*entry) (database&, unsigned short pass, bool drop));
};
}