aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralloops/files/patch-GUI_Widgets_Fl__Trigger.C
blob: 962301336075c284a5c41c85ee29a730d3950005 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- GUI/Widgets/Fl_Trigger.C.orig	Wed Nov 22 13:17:29 2006
+++ GUI/Widgets/Fl_Trigger.C	Wed Nov 22 13:17:36 2006
@@ -27,7 +27,7 @@
 
 static const float RADCONV = 0.017453292;
 
-Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label=0) : 
+Fl_Trigger::Fl_Trigger(int x, int y, int w, int h, const char* label) : 
 Fl_Widget(x,y,w,h,label),
 m_CentreX(0),
 m_CentreY(0),