mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 16:33:50 +00:00
AUDIO: Make module dtor virtual
This commit is contained in:
parent
cf5b500874
commit
89ddcb04ff
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user