[Scummvm-cvs-logs] SF.net SVN: scummvm:[47760] scummvm/trunk/engines/sci/graphics/gui.h

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Jan 31 18:19:18 CET 2010


Revision: 47760
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47760&view=rev
Author:   mthreepwood
Date:     2010-01-31 17:19:17 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
Silence gcc warnings.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/gui.h

Modified: scummvm/trunk/engines/sci/graphics/gui.h
===================================================================
--- scummvm/trunk/engines/sci/graphics/gui.h	2010-01-31 17:14:58 UTC (rev 47759)
+++ scummvm/trunk/engines/sci/graphics/gui.h	2010-01-31 17:19:17 UTC (rev 47760)
@@ -58,7 +58,7 @@
 class SciGui {
 public:
 	SciGui(EngineState *s, GfxScreen *screen, GfxPalette *palette, GfxCache *cache, Cursor *cursor, GfxPorts *ports, AudioPlayer *audio);
-	~SciGui();
+	virtual ~SciGui();
 
 	virtual void init(bool usesOldGfxFunctions);
 


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