[Scummvm-cvs-logs] SF.net SVN: scummvm:[35652] scummvm/trunk/graphics/surface.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jan 1 22:32:30 CET 2009


Revision: 35652
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35652&view=rev
Author:   fingolfin
Date:     2009-01-01 21:32:30 +0000 (Thu, 01 Jan 2009)

Log Message:
-----------
Fingolfin says: If an #ifdef __SYMBIAN32__ is needed here, the Symbian folks should add it. In the meantime, this FIXME comment serves no purpose :)

Modified Paths:
--------------
    scummvm/trunk/graphics/surface.h

Modified: scummvm/trunk/graphics/surface.h
===================================================================
--- scummvm/trunk/graphics/surface.h	2009-01-01 17:05:05 UTC (rev 35651)
+++ scummvm/trunk/graphics/surface.h	2009-01-01 21:32:30 UTC (rev 35652)
@@ -47,7 +47,6 @@
 	Surface() : w(0), h(0), pitch(0), pixels(0), bytesPerPixel(0) {}
 
 	inline const void *getBasePtr(int x, int y) const {
-		// SumthinWicked says: I was getting a typecast error here from GCC/UIQ: might need an #ifdef __SYMBIAN32__
 		return static_cast<const void *>(static_cast<byte *>(pixels) + y * pitch + x * bytesPerPixel);
 	}
 


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