summaryrefslogtreecommitdiff
path: root/audio/spiralloops/patches/patch-am
blob: 7fb1da2dee7c55b8114fc9709ecf687b4eac6302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.1 2003/12/19 16:37:54 ben Exp $

--- GUI/Widgets/Fl_Knob.cxx.orig	2001-04-19 13:48:10.000000000 -0700
+++ GUI/Widgets/Fl_Knob.cxx
@@ -4,7 +4,7 @@
 #include <FL/fl_draw.H>
 #include <math.h>
 
-Fl_Knob::Fl_Knob(int xx,int yy,int ww,int hh,const char *l=0): Fl_Valuator(xx,yy,ww,hh,l) {
+Fl_Knob::Fl_Knob(int xx,int yy,int ww,int hh,const char *l): Fl_Valuator(xx,yy,ww,hh,l) {
   a1 = 35;
 	a2 = 325;
 	_type = DOTLIN;