mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
ENGINES: ME: Mark destructor as virtual
This commit is contained in:
parent
cd87a9150e
commit
30d2d9167e
@ -185,6 +185,8 @@ private:
|
||||
*/
|
||||
static void saveScreenThumbnail(Common::OutSaveFile *saveFile);
|
||||
public:
|
||||
virtual ~MetaEngineConnect() {}
|
||||
|
||||
/**
|
||||
* Name of the engine plugin.
|
||||
* Classes inheriting a MetaEngineConnect must provide a engineID here,
|
||||
|
Loading…
x
Reference in New Issue
Block a user