summaryrefslogtreecommitdiff
path: root/games/gtkpool/files/patch-gtkpool_sound.cpp
blob: 634186038cac53e691c522c92cf27e8148b95e2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gtkpool/sound.cpp.orig	Mon Jul 29 04:57:41 2002
+++ gtkpool/sound.cpp	Fri Jul 29 19:06:47 2005
@@ -26,7 +26,7 @@
 #include <errno.h>
 #include "sound.h"
 
-SoundError::SoundError(char *desc, int c, int r = 0, int g = 0){
+SoundError::SoundError(char *desc, int c, int r, int g){
 	description = strdup(desc);
 	code = c;
 	requested = r;