From ebb60288716bc4876183989d04d7bb2208b9fceb Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 4 Jun 2016 15:32:45 -0400 Subject: TITANIC: gcc compilation fixes --- engines/titanic/true_talk/tt_word.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/true_talk/tt_word.h') diff --git a/engines/titanic/true_talk/tt_word.h b/engines/titanic/true_talk/tt_word.h index 349e9e9910..428a3e3229 100644 --- a/engines/titanic/true_talk/tt_word.h +++ b/engines/titanic/true_talk/tt_word.h @@ -70,7 +70,7 @@ public: public: TTword(const TTstring &str, WordClass wordClass, int val2); TTword(const TTword *src); - ~TTword(); + virtual ~TTword(); /** * Delete any following words chained to the word -- cgit v1.2.3