From c92e41052f088c4c39e1c3221b3654b42ce72a20 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 26 Sep 2017 20:32:58 -0400 Subject: TITANIC: Add missing CSound destructor --- engines/titanic/sound/sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic/sound/sound.h') diff --git a/engines/titanic/sound/sound.h b/engines/titanic/sound/sound.h index ee2b8cc13d..d93db4001f 100644 --- a/engines/titanic/sound/sound.h +++ b/engines/titanic/sound/sound.h @@ -77,6 +77,7 @@ public: QSoundManager _soundManager; public: CSound(CGameManager *owner, Audio::Mixer *mixer); + ~CSound(); /** * Save the data for the class to file -- cgit v1.2.3