summaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/class.hxx')
-rw-r--r--odb/semantics/class.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx
index 348fbdf..ba1a09b 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -76,7 +76,7 @@ namespace semantics
typedef std::vector<inherits*> inherits_list;
public:
- typedef inherits_list::const_iterator inherits_iterator;
+ typedef pointer_iterator<inherits_list::const_iterator> inherits_iterator;
inherits_iterator
inherits_begin () const