summaryrefslogtreecommitdiff
path: root/odb/semantics/class-template.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/class-template.hxx')
-rw-r--r--odb/semantics/class-template.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx
index 68a6151..a6a34a4 100644
--- a/odb/semantics/class-template.hxx
+++ b/odb/semantics/class-template.hxx
@@ -18,7 +18,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