removed typename

release/4.3a0
Chris Beall 2010-10-22 18:11:15 +00:00
parent f9e0ed07a3
commit 72a3e3932c
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ public:
typedef boost::shared_ptr<VariableIndex> shared_ptr;
typedef FastList<size_t> 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<Factors> indexUnpermuted_;