mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
12 lines
342 B
C++
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;
|