[Scummvm-cvs-logs] SF.net SVN: scummvm:[53811] scummvm/trunk/engines/hugo/object.h

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Mon Oct 25 11:19:07 CEST 2010


Revision: 53811
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53811&view=rev
Author:   strangerke
Date:     2010-10-25 09:19:06 +0000 (Mon, 25 Oct 2010)

Log Message:
-----------
HUGO: Fix GCC warnings

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/object.h

Modified: scummvm/trunk/engines/hugo/object.h
===================================================================
--- scummvm/trunk/engines/hugo/object.h	2010-10-25 09:13:57 UTC (rev 53810)
+++ scummvm/trunk/engines/hugo/object.h	2010-10-25 09:19:06 UTC (rev 53811)
@@ -43,7 +43,7 @@
 class ObjectHandler {
 public:
 	ObjectHandler(HugoEngine *vm);
-	~ObjectHandler();
+	virtual ~ObjectHandler();
 
 	object_t  *_objects;
 


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