From 72a3e3932c1fcad88095c246357a13ef009693a5 Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Fri, 22 Oct 2010 18:11:15 +0000 Subject: [PATCH] removed typename --- inference/VariableIndex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inference/VariableIndex.h b/inference/VariableIndex.h index 250f8e986..760803ce0 100644 --- a/inference/VariableIndex.h +++ b/inference/VariableIndex.h @@ -42,8 +42,8 @@ public: typedef boost::shared_ptr shared_ptr; typedef FastList Factors; - typedef typename Factors::iterator Factor_iterator; - typedef typename Factors::const_iterator Factor_const_iterator; + typedef Factors::iterator Factor_iterator; + typedef Factors::const_iterator Factor_const_iterator; protected: std::vector indexUnpermuted_;