[Scummvm-cvs-logs] CVS: scummvm/saga actor.h,1.56,1.57

kirben kirben at users.sourceforge.net
Sat Feb 26 04:16:31 CET 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18948/saga

Modified Files:
	actor.h 
Log Message:

Compile fix from wjp


Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- actor.h	26 Feb 2005 11:44:29 -0000	1.56
+++ actor.h	26 Feb 2005 12:12:15 -0000	1.57
@@ -407,7 +407,7 @@
 	CommonObjectOrderList _drawOrderList;
 	
 protected:
-	friend IsoMap;
+	friend class IsoMap;
 	int _actorsCount;
 	ActorData **_actors;
 





More information about the Scummvm-git-logs mailing list