[Scummvm-cvs-logs] SF.net SVN: scummvm:[53434] scummvm/branches/gsoc2010-opengl/backends

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Oct 13 17:42:33 CEST 2010


Revision: 53434
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53434&view=rev
Author:   lordhoto
Date:     2010-10-13 15:42:33 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
OPENGL: Cleanup.

Modified Paths:
--------------
    scummvm/branches/gsoc2010-opengl/backends/events/sdl/sdl-events.h
    scummvm/branches/gsoc2010-opengl/backends/modular-backend.h

Modified: scummvm/branches/gsoc2010-opengl/backends/events/sdl/sdl-events.h
===================================================================
--- scummvm/branches/gsoc2010-opengl/backends/events/sdl/sdl-events.h	2010-10-13 15:42:16 UTC (rev 53433)
+++ scummvm/branches/gsoc2010-opengl/backends/events/sdl/sdl-events.h	2010-10-13 15:42:33 UTC (rev 53434)
@@ -37,7 +37,7 @@
 /**
  * The SDL event source.
  */
-class SdlEventSource : public virtual Common::EventSource {
+class SdlEventSource : public Common::EventSource {
 public: 
 	SdlEventSource();
 	virtual ~SdlEventSource();

Modified: scummvm/branches/gsoc2010-opengl/backends/modular-backend.h
===================================================================
--- scummvm/branches/gsoc2010-opengl/backends/modular-backend.h	2010-10-13 15:42:16 UTC (rev 53433)
+++ scummvm/branches/gsoc2010-opengl/backends/modular-backend.h	2010-10-13 15:42:33 UTC (rev 53434)
@@ -52,7 +52,7 @@
  * And, it should also initialize all the managers variables
  * declared in this class, or override their related functions.
  */
-class ModularBackend : public OSystem, public virtual Common::EventSource {
+class ModularBackend : public OSystem {
 public:
 	ModularBackend();
 	virtual ~ModularBackend();


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