mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 00:35:54 +00:00
CGE2: Silence GCC warning concerning destructors of Choice's children.
This commit is contained in:
parent
8eae09afca
commit
241d07ff07
@ -47,6 +47,7 @@ public:
|
||||
virtual void proc() = 0;
|
||||
|
||||
Choice(CGE2Engine *vm);
|
||||
virtual ~Choice() {};
|
||||
};
|
||||
|
||||
class ExitGameChoice : public Choice {
|
||||
|
Loading…
x
Reference in New Issue
Block a user