From d09cccd7f245bd2d5ddfba18fceb5eb13449600d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 15 Sep 2013 01:53:19 +0300 Subject: FULLPIPE: Added few destructors. --- engines/fullpipe/statics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/fullpipe/statics.h') diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h index 3d45ac6623..03d87c8e32 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -56,6 +56,7 @@ class StaticPhase : public Picture { public: StaticPhase(); + virtual ~StaticPhase(); virtual bool load(MfcArchive &file); @@ -74,6 +75,7 @@ class DynamicPhase : public StaticPhase { public: DynamicPhase(); DynamicPhase(DynamicPhase *src, bool reverse); + virtual ~DynamicPhase(); virtual bool load(MfcArchive &file); @@ -89,6 +91,7 @@ class Statics : public DynamicPhase { public: Statics(); Statics(Statics *src, bool reverse); + virtual ~Statics(); virtual bool load(MfcArchive &file); Statics *getStaticsById(int itemId); -- cgit v1.2.3