ENGINES: ME: Mark destructor as virtual

This commit is contained in:
aryanrawlani28 2020-08-07 19:00:39 +05:30 committed by Eugene Sandulenko
parent cd87a9150e
commit 30d2d9167e

View File

@ -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,