diff src/adplug/core/mid.cxx @ 1044:b1128efde471 trunk

[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration. - fix for minor bugs.
author yaz
date Sun, 20 May 2007 12:05:48 -0700
parents 4709ce4e209e
children fa9f85cebade
line wrap: on
line diff
--- a/src/adplug/core/mid.cxx	Fri May 18 10:42:29 2007 -0700
+++ b/src/adplug/core/mid.cxx	Sun May 20 12:05:48 2007 -0700
@@ -83,7 +83,7 @@
 #define midiprintf printf
 #else
 void
-CmidPlayer::midiprintf (char *format, ...)
+CmidPlayer::midiprintf (const char *format, ...)
 {
 }
 #endif