aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/vector-impl.hxx')
-rw-r--r--odb/vector-impl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/vector-impl.hxx b/odb/vector-impl.hxx
index a6be505..38c64aa 100644
--- a/odb/vector-impl.hxx
+++ b/odb/vector-impl.hxx
@@ -192,7 +192,7 @@ namespace odb
protected:
vector_base (): tran_ (0) {}
- ~vector_base () {if (tran_ != 0) tran_->unregister (this);}
+ ~vector_base () {if (tran_ != 0) tran_->callback_unregister (this);}
vector_base (const vector_base&);
#ifdef ODB_CXX11