aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/auto-descriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/auto-descriptor.hxx')
-rw-r--r--odb/oracle/auto-descriptor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/auto-descriptor.hxx b/odb/oracle/auto-descriptor.hxx
index 741eed4..b5a7fcb 100644
--- a/odb/oracle/auto-descriptor.hxx
+++ b/odb/oracle/auto-descriptor.hxx
@@ -84,7 +84,7 @@ namespace odb
~auto_descriptor ()
{
if (d_ != 0)
- release (d_);
+ this->release (d_);
}
operator D* () const
@@ -108,7 +108,7 @@ namespace odb
reset (D* d = 0)
{
if (d_ != 0)
- release (d_);
+ this->release (d_);
d_ = d;
}