[Scummvm-cvs-logs] CVS: scummvm/saga scene.h,1.63,1.64

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Jul 24 10:09:12 CEST 2005


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

Modified Files:
	scene.h 
Log Message:
Removed "const" to silence GCC warning. I don't know if GCC was right or
wrong to warn, but it annoyed me.


Index: scene.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- scene.h	19 Jul 2005 19:05:48 -0000	1.63
+++ scene.h	24 Jul 2005 17:07:16 -0000	1.64
@@ -243,7 +243,7 @@
 	void initDoorsState();
 
 	void getBGInfo(BGInfo &bgInfo);
-	void getBGPal(PalEntry *&pal) const {
+	void getBGPal(PalEntry *&pal) {
 		pal = (PalEntry *)_bg.pal;
 	}
 





More information about the Scummvm-git-logs mailing list