summaryrefslogtreecommitdiff
path: root/odb/semantics/class.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-29 14:26:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-29 14:26:15 +0200
commitf12e7b38035bb8622381a848cde212da15c3df46 (patch)
treee5259e90e174dc2f6f41351f233289ddf4e5bb53 /odb/semantics/class.hxx
parent16692f69f3ce5e533c835b553bd00e149191fd9c (diff)
Add missing pointer_iterator wrapper
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