CGE2: Silence GCC warning concerning destructors of Choice's children.

This commit is contained in:
uruk 2014-08-03 11:53:28 +02:00
parent 8eae09afca
commit 241d07ff07

View File

@ -47,6 +47,7 @@ public:
virtual void proc() = 0;
Choice(CGE2Engine *vm);
virtual ~Choice() {};
};
class ExitGameChoice : public Choice {