mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
MT32: Really add the virtual destructor
This commit is contained in:
parent
5af2fe0ec3
commit
b93f4f06e4
@ -91,6 +91,8 @@ public:
|
||||
virtual void onNewReverbLevel(Bit8u /* level */) {}
|
||||
virtual void onPolyStateChanged(Bit8u /* part_num */) {}
|
||||
virtual void onProgramChanged(Bit8u /* part_num */, const char * /* sound_group_name */, const char * /* patch_name */) {}
|
||||
|
||||
virtual ~ScummVMReportHandler() {}
|
||||
};
|
||||
|
||||
} // end of namespace MT32Emu
|
||||
|
Loading…
x
Reference in New Issue
Block a user