AUDIO: Make module dtor virtual

This commit is contained in:
Coen Rampen 2022-06-09 17:33:24 +02:00
parent cf5b500874
commit 89ddcb04ff

View File

@ -74,7 +74,7 @@ public:
pattern_t *pattern;
Module();
~Module();
virtual ~Module();
virtual bool load(Common::SeekableReadStream &stream, int offs);
static byte periodToNote(int16 period, byte finetune = 0);