From cf052e5a96f31f2a595639ff9e4b2512c59c574f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 11 Apr 2009 09:31:54 +0000 Subject: Fixed compilation (hopefully) svn-id: r39926 --- engines/saga/list.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/saga/list.h b/engines/saga/list.h index c6789fec0c..5e643f0d28 100644 --- a/engines/saga/list.h +++ b/engines/saga/list.h @@ -35,6 +35,8 @@ namespace Saga { template class SortedList : public Common::List { public: + typedef typename Common::List::iterator iterator; + typedef typename Common::List::const_iterator const_iterator; typedef int (*CompareFunction) (const T& a, const T& b); iterator insert(const T& element, CompareFunction compareFunction) { -- cgit v1.2.3