diff options
Diffstat (limited to 'odb/vector-impl.ixx')
-rw-r--r-- | odb/vector-impl.ixx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/odb/vector-impl.ixx b/odb/vector-impl.ixx index 5a859c4..c75a128 100644 --- a/odb/vector-impl.ixx +++ b/odb/vector-impl.ixx @@ -141,11 +141,11 @@ namespace odb _arm (transaction& t) const { tran_ = &t; - t.register_ (&rollback, - const_cast<vector_base*> (this), - transaction::event_rollback, - 0, - &tran_); + t.callback_register (&rollback, + const_cast<vector_base*> (this), + transaction::event_rollback, + 0, + &tran_); } inline vector_base:: |