[Scummvm-cvs-logs] SF.net SVN: scummvm:[34433] scummvm/trunk/engines/kyra/resource_intern.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Sep 8 00:00:05 CEST 2008


Revision: 34433
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34433&view=rev
Author:   fingolfin
Date:     2008-09-07 22:00:04 +0000 (Sun, 07 Sep 2008)

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

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/resource_intern.h

Modified: scummvm/trunk/engines/kyra/resource_intern.h
===================================================================
--- scummvm/trunk/engines/kyra/resource_intern.h	2008-09-07 21:59:25 UTC (rev 34432)
+++ scummvm/trunk/engines/kyra/resource_intern.h	2008-09-07 22:00:04 UTC (rev 34433)
@@ -95,6 +95,7 @@
 
 class ResArchiveLoader {
 public:
+	virtual ~ResArchiveLoader() {}
 	virtual bool checkFilename(Common::String filename) const = 0;
 	virtual bool isLoadable(const Common::String &filename, Common::SeekableReadStream &stream) const = 0;
 	virtual Common::Archive *load(Resource *owner, const Common::String &filename, Common::SeekableReadStream &stream) const = 0;


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