1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/games/gtkpool/files/patch-gtkpool_sound.cpp
2005-08-01 11:06:03 +00:00

12 lines
342 B
C++

--- 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;