[Scummvm-cvs-logs] SF.net SVN: scummvm:[41993] scummvm/branches/gsoc2009-16bit/graphics/ pixelformat.h
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Wed Jul 1 17:11:52 CEST 2009
Revision: 41993
http://scummvm.svn.sourceforge.net/scummvm/?rev=41993&view=rev
Author: mthreepwood
Date: 2009-07-01 15:11:52 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
fix compile
Modified Paths:
--------------
scummvm/branches/gsoc2009-16bit/graphics/pixelformat.h
Modified: scummvm/branches/gsoc2009-16bit/graphics/pixelformat.h
===================================================================
--- scummvm/branches/gsoc2009-16bit/graphics/pixelformat.h 2009-07-01 15:10:30 UTC (rev 41992)
+++ scummvm/branches/gsoc2009-16bit/graphics/pixelformat.h 2009-07-01 15:11:52 UTC (rev 41993)
@@ -200,6 +200,7 @@
return (1 << aBits()) - 1;
}
};
+
inline PixelFormat findCompatibleFormat(Common::List<PixelFormat> backend, Common::List<PixelFormat> frontend) {
#ifdef ENABLE_RGB_COLOR
for (Common::List<PixelFormat>::iterator i = backend.begin(); i != backend.end(); ++i) {
@@ -210,7 +211,7 @@
}
#endif
return PixelFormat::createFormatCLUT8();
-};
+}
} // end of namespace Graphics
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