[Scummvm-cvs-logs] SF.net SVN: scummvm:[41444] tools/branches/gsoc2009-decompiler/decompiler/ instruction.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jun 11 10:25:50 CEST 2009


Revision: 41444
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41444&view=rev
Author:   fingolfin
Date:     2009-06-11 08:25:49 +0000 (Thu, 11 Jun 2009)

Log Message:
-----------
Fixed warning about missing virtual destructor

Modified Paths:
--------------
    tools/branches/gsoc2009-decompiler/decompiler/instruction.h

Modified: tools/branches/gsoc2009-decompiler/decompiler/instruction.h
===================================================================
--- tools/branches/gsoc2009-decompiler/decompiler/instruction.h	2009-06-11 05:56:00 UTC (rev 41443)
+++ tools/branches/gsoc2009-decompiler/decompiler/instruction.h	2009-06-11 08:25:49 UTC (rev 41444)
@@ -35,6 +35,7 @@
 
 struct Parser {
 	virtual void parseFile(Script* script, const char *filename) = 0;
+	virtual ~Parser() {}
 };
 
 struct Script {


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