From cb1150c32d92d6a61b8e3eff3a154588a8ad53d9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 9 Jan 2014 22:24:14 +0200 Subject: FULLPIPE: Add another destructor stub --- engines/fullpipe/motion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/fullpipe/motion.h') diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h index dc0e8e7168..6ad46e719a 100644 --- a/engines/fullpipe/motion.h +++ b/engines/fullpipe/motion.h @@ -289,6 +289,8 @@ class MovGraphLink : public CObject { public: MovGraphLink(); + virtual ~MovGraphLink(); + virtual bool load(MfcArchive &file); void calcNodeDistanceAndAngle(); -- cgit v1.2.3