[Scummvm-cvs-logs] SF.net SVN: scummvm: [25533] scummvm/trunk/gui/ThemeModern.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Feb 12 20:42:29 CET 2007


Revision: 25533
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25533&view=rev
Author:   lordhoto
Date:     2007-02-12 11:42:28 -0800 (Mon, 12 Feb 2007)

Log Message:
-----------
Should silence some warnings.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeModern.cpp

Modified: scummvm/trunk/gui/ThemeModern.cpp
===================================================================
--- scummvm/trunk/gui/ThemeModern.cpp	2007-02-12 19:30:52 UTC (rev 25532)
+++ scummvm/trunk/gui/ThemeModern.cpp	2007-02-12 19:42:28 UTC (rev 25533)
@@ -53,7 +53,7 @@
 #pragma mark -
 
 ThemeModern::ThemeModern(OSystem *system, const Common::String &stylefile, const Common::ConfigFile *cfg) : Theme(), _system(system), _screen(), _initOk(false),
-_lastUsedBitMask(0), _forceRedraw(false), _imageHandles(), _images(0), _colors(), _fonts(), _cursor(0), _gradientFactors() {
+_forceRedraw(false), _lastUsedBitMask(0), _fonts(), _cursor(0), _imageHandles(), _images(0), _colors(), _gradientFactors() {
 	_stylefile = stylefile;
 	_initOk = false;
 	_enabled = false;


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