[atlantik-cvs] CVS: kdegames/atlantik/libatlantic trade.h,1.17,1.18
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantic
In directory office:/tmp/cvs-serv32452
Modified Files:
trade.h
Log Message:
forward port of branch compilation fix
Index: trade.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/trade.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- trade.h 18 Jul 2003 00:03:16 -0000 1.17
+++ trade.h 24 Jul 2003 18:06:07 -0000 1.18
@@ -118,7 +118,7 @@
**/
template <class Type> Type *select(Player *from, Player *to)
{
- for (QPtrListIterator<Player> i(mPlayers()); *i; ++i)
+ for (QPtrListIterator<Player> i(mPlayers); *i; ++i)
{
if (
i.current()->from()==from