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.cpp | 5 +++++ engines/fullpipe/motion.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'engines') diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index c855e99d05..32f01acbb7 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -1991,6 +1991,11 @@ MovGraphLink::MovGraphLink() { _objtype = kObjTypeMovGraphLink; } +MovGraphLink::~MovGraphLink() { + warning("STUB: MovGraphLink::~MovGraphLink()"); +} + + bool MovGraphLink::load(MfcArchive &file) { debug(5, "MovGraphLink::load()"); 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