[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth/mt32 part.h,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sun Jul 10 17:50:55 CEST 2005


Update of /cvsroot/scummvm/scummvm/sound/softsynth/mt32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9510/sound/softsynth/mt32

Modified Files:
	part.h 
Log Message:
Fix more GCC 4.0 warnings

Index: part.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32/part.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- part.h	20 Mar 2005 16:24:55 -0000	1.2
+++ part.h	11 Jul 2005 00:48:27 -0000	1.3
@@ -68,6 +68,7 @@
 
 public:
 	Part(Synth *synth, unsigned int usePartNum);
+	virtual ~Part() {}
 	virtual void playNote(unsigned int key, int vel);
 	void stopNote(unsigned int key);
 	void allNotesOff();





More information about the Scummvm-git-logs mailing list