From f12e7b38035bb8622381a848cde212da15c3df46 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Mar 2010 14:26:15 +0200 Subject: Add missing pointer_iterator wrapper --- odb/semantics/class-template.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/semantics/class-template.hxx') 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_list; public: - typedef inherits_list::const_iterator inherits_iterator; + typedef pointer_iterator inherits_iterator; inherits_iterator inherits_begin () const -- cgit v1.1