[Scummvm-cvs-logs] SF.net SVN: scummvm:[54587] scummvm/trunk/backends/graphics/null/ null-graphics.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Nov 29 20:28:20 CET 2010
Revision: 54587
http://scummvm.svn.sourceforge.net/scummvm/?rev=54587&view=rev
Author: lordhoto
Date: 2010-11-29 19:28:19 +0000 (Mon, 29 Nov 2010)
Log Message:
-----------
NULL: Remove extra semicolons in null-graphics.h
Modified Paths:
--------------
scummvm/trunk/backends/graphics/null/null-graphics.h
Modified: scummvm/trunk/backends/graphics/null/null-graphics.h
===================================================================
--- scummvm/trunk/backends/graphics/null/null-graphics.h 2010-11-29 19:12:05 UTC (rev 54586)
+++ scummvm/trunk/backends/graphics/null/null-graphics.h 2010-11-29 19:28:19 UTC (rev 54587)
@@ -44,12 +44,12 @@
int getGraphicsMode() const { return 0; }
inline Graphics::PixelFormat getScreenFormat() const {
return Graphics::PixelFormat::createFormatCLUT8();
- };
+ }
inline Common::List<Graphics::PixelFormat> getSupportedFormats() {
Common::List<Graphics::PixelFormat> list;
list.push_back(Graphics::PixelFormat::createFormatCLUT8());
return list;
- };
+ }
void initSize(uint width, uint height, const Graphics::PixelFormat *format = NULL) {}
virtual int getScreenChangeID() const { return 0; }
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