[Scummvm-cvs-logs] SF.net SVN: scummvm: [32174] scummvm/branches/gsoc2008-gui/graphics/ VectorRenderer.h

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sun May 18 20:02:15 CEST 2008


Revision: 32174
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32174&view=rev
Author:   drmccoy
Date:     2008-05-18 11:02:14 -0700 (Sun, 18 May 2008)

Log Message:
-----------
Fixing compilation, there's no static for enums

Modified Paths:
--------------
    scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h

Modified: scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h
===================================================================
--- scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h	2008-05-18 17:20:59 UTC (rev 32173)
+++ scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h	2008-05-18 18:02:14 UTC (rev 32174)
@@ -56,7 +56,7 @@
 	virtual ~VectorRenderer() {}
 
 	/** Specified the way in which a shape is filled */
-	static enum FillMode {
+	enum FillMode {
 		kNoFill = 0,
 		kForegroundFill = 1,
 		kBackgroundFill = 2,


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