pkgsrc/audio/spiralloops/patches/patch-an
ben 6fb96afadf Fix build error introduced by gcc3.
ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralloops/.broken.sys2.html
2003-12-19 16:37:54 +00:00

13 lines
502 B
Text

$NetBSD: patch-an,v 1.1 2003/12/19 16:37:54 ben Exp $
--- GUI/Widgets/Fl_Loop.C.orig 2001-04-19 13:48:10.000000000 -0700
+++ GUI/Widgets/Fl_Loop.C
@@ -30,7 +30,7 @@ static const float RADCONV = 0.017453292
static const int INDW = 3; // indicator width
static const int UPDATECYCLES = 4;
-Fl_Loop::Fl_Loop(int x, int y, int w, int h, const char* label=0) :
+Fl_Loop::Fl_Loop(int x, int y, int w, int h, const char* label) :
Fl_Double_Window(x,y,w,h,label),
m_data(NULL),
m_MainWin(NULL),