[Scummvm-git-logs] scummvm master -> b93f4f06e408bea84c88e7e99f4d9414bb263452

csnover csnover at users.noreply.github.com
Sun Dec 18 17:26:08 CET 2016


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:
b93f4f06e4 MT32: Really add the virtual destructor


Commit: b93f4f06e408bea84c88e7e99f4d9414bb263452
    https://github.com/scummvm/scummvm/commit/b93f4f06e408bea84c88e7e99f4d9414bb263452
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-12-18T10:25:58-06:00

Commit Message:
MT32: Really add the virtual destructor

Changed paths:
    audio/softsynth/mt32.cpp


diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp
index d417d35..38978b8 100644
--- a/audio/softsynth/mt32.cpp
+++ b/audio/softsynth/mt32.cpp
@@ -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





More information about the Scummvm-git-logs mailing list