[Scummvm-cvs-logs] SF.net SVN: scummvm:[39926] scummvm/trunk/engines/saga/list.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sat Apr 11 11:31:55 CEST 2009
Revision: 39926
http://scummvm.svn.sourceforge.net/scummvm/?rev=39926&view=rev
Author: thebluegr
Date: 2009-04-11 09:31:54 +0000 (Sat, 11 Apr 2009)
Log Message:
-----------
Fixed compilation (hopefully)
Modified Paths:
--------------
scummvm/trunk/engines/saga/list.h
Modified: scummvm/trunk/engines/saga/list.h
===================================================================
--- scummvm/trunk/engines/saga/list.h 2009-04-11 09:23:40 UTC (rev 39925)
+++ scummvm/trunk/engines/saga/list.h 2009-04-11 09:31:54 UTC (rev 39926)
@@ -35,6 +35,8 @@
template <class T>
class SortedList : public Common::List<T> {
public:
+ typedef typename Common::List<T>::iterator iterator;
+ typedef typename Common::List<T>::const_iterator const_iterator;
typedef int (*CompareFunction) (const T& a, const T& b);
iterator insert(const T& element, CompareFunction compareFunction) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list