Update of /cvsroot/simspark/simspark/spark/oxygen/gamecontrolserver
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12512/spark/oxygen/gamecontrolserver
Modified Files:
predicate.h
Log Message:
- added patch for compiling with gcc 4.1
thanks to Tobias Warden <wa...@pr...> for the patch
Index: predicate.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/oxygen/gamecontrolserver/predicate.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** predicate.h 5 Dec 2005 21:16:49 -0000 1.1
--- predicate.h 24 May 2006 10:07:10 -0000 1.2
***************
*** 72,76 ****
/** constructs an Iterator pointing to the first element of
list l */
! Iterator::Iterator(const zeitgeist::ParameterList* l);
/** constructs an Iterator pointing to the first element of
--- 72,76 ----
/** constructs an Iterator pointing to the first element of
list l */
! Iterator(const zeitgeist::ParameterList* l);
/** constructs an Iterator pointing to the first element of
|