aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-09 22:24:14 +0200
committerEugene Sandulenko2014-01-10 00:42:20 +0200
commitcb1150c32d92d6a61b8e3eff3a154588a8ad53d9 (patch)
tree6702e1ba3cd7a77d72433891b74973ab7711a0ad /engines/fullpipe/motion.h
parente1b95be2c1a44de33a11f8e3703482d26901a871 (diff)
downloadscummvm-rg350-cb1150c32d92d6a61b8e3eff3a154588a8ad53d9.tar.gz
scummvm-rg350-cb1150c32d92d6a61b8e3eff3a154588a8ad53d9.tar.bz2
scummvm-rg350-cb1150c32d92d6a61b8e3eff3a154588a8ad53d9.zip
FULLPIPE: Add another destructor stub
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h2
1 files changed, 2 insertions, 0 deletions
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();