[Scummvm-git-logs] scummvm master -> 89ddcb04ff54111a9fbfcfb7364000a3fe60ab2d
NMIError
noreply at scummvm.org
Thu Jun 9 15:33:38 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
89ddcb04ff AUDIO: Make module dtor virtual
Commit: 89ddcb04ff54111a9fbfcfb7364000a3fe60ab2d
https://github.com/scummvm/scummvm/commit/89ddcb04ff54111a9fbfcfb7364000a3fe60ab2d
Author: Coen Rampen (crampen at gmail.com)
Date: 2022-06-09T17:33:24+02:00
Commit Message:
AUDIO: Make module dtor virtual
Changed paths:
audio/mods/module.h
diff --git a/audio/mods/module.h b/audio/mods/module.h
index 47e11e5f5f0..72fb97dbf99 100644
--- a/audio/mods/module.h
+++ b/audio/mods/module.h
@@ -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);
More information about the Scummvm-git-logs
mailing list