[atlantik-cvs] CVS: kdegames/atlantik/libatlantic atlantic_core.h, 1.22, 1.23

[email protected] Fri, 5 Dec 2003 22:02:43 +0100 (CET)
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantic
In directory office:/tmp/cvs-serv23255

Modified Files:
	atlantic_core.h 
Log Message:
delphi compile fix

Index: atlantic_core.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/atlantic_core.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- atlantic_core.h	14 Jul 2003 08:03:07 -0000	1.22
+++ atlantic_core.h	5 Dec 2003 21:02:38 -0000	1.23
@@ -33,7 +33,7 @@
 public:
 	AtlanticCore(QObject *parent, const char *name);
 
-	void reset(bool deletePlayers = false);
+	void reset(bool deletePermanents = false);
 
 	void setPlayerSelf(Player *player);
 	Player *playerSelf();