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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Feb 5 20:09:34 CET 2010


Revision: 47909
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47909&view=rev
Author:   m_kiewitz
Date:     2010-02-05 19:09:34 +0000 (Fri, 05 Feb 2010)

Log Message:
-----------
SCI: fix warning inside GfxCoordAdjuster header

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

Modified: scummvm/trunk/engines/sci/graphics/coordadjuster.h
===================================================================
--- scummvm/trunk/engines/sci/graphics/coordadjuster.h	2010-02-05 18:56:13 UTC (rev 47908)
+++ scummvm/trunk/engines/sci/graphics/coordadjuster.h	2010-02-05 19:09:34 UTC (rev 47909)
@@ -41,7 +41,7 @@
 class GfxCoordAdjuster {
 public:
 	GfxCoordAdjuster();
-	~GfxCoordAdjuster() { };
+	virtual ~GfxCoordAdjuster() { };
 
 	virtual void kernelGlobalToLocal(int16 &x, int16 &y, reg_t planeObject = NULL_REG) { };
 	virtual void kernelLocalToGlobal(int16 &x, int16 &y, reg_t planeObject = NULL_REG) { };


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