[Scummvm-cvs-logs] SF.net SVN: scummvm:[41880] scummvm/trunk/engines/kyra/screen.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jun 25 21:56:02 CEST 2009


Revision: 41880
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41880&view=rev
Author:   lordhoto
Date:     2009-06-25 19:56:02 +0000 (Thu, 25 Jun 2009)

Log Message:
-----------
Add a const "getData" access method to Palette.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/screen.h

Modified: scummvm/trunk/engines/kyra/screen.h
===================================================================
--- scummvm/trunk/engines/kyra/screen.h	2009-06-25 19:55:25 UTC (rev 41879)
+++ scummvm/trunk/engines/kyra/screen.h	2009-06-25 19:56:02 UTC (rev 41880)
@@ -147,6 +147,7 @@
 	 * TODO: Get rid of this.
 	 */
 	uint8 *getData() { return _palData; }
+	const uint8 *getData() const { return _palData; }
 private:
 	uint8 *_palData;
 	const int _numColors;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list