aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/polymorphic-object-statements.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/polymorphic-object-statements.hxx')
-rw-r--r--odb/oracle/polymorphic-object-statements.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/polymorphic-object-statements.hxx b/odb/oracle/polymorphic-object-statements.hxx
index dce30c3..88ed575 100644
--- a/odb/oracle/polymorphic-object-statements.hxx
+++ b/odb/oracle/polymorphic-object-statements.hxx
@@ -148,7 +148,7 @@ namespace odb
{
public:
typedef T object_type;
- typedef odb::object_traits<object_type> object_traits;
+ typedef object_traits_impl<object_type, id_oracle> object_traits;
typedef typename object_traits::id_type id_type;
typedef typename object_traits::pointer_type pointer_type;
typedef typename object_traits::id_image_type id_image_type;