summaryrefslogtreecommitdiff
path: root/audio/spiralloops/patches/patch-ap
blob: 5663ab17c95c96927f2fac12159815159171edac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ap,v 1.2 2011/11/23 08:20:38 marino Exp $

--- GUI/Widgets/Fl_Trigger.C.orig	2001-05-07 20:43:34.000000000 +0000
+++ GUI/Widgets/Fl_Trigger.C
@@ -17,7 +17,7 @@
 */ 
 
 #include "Fl_Trigger.h"
-#include <iostream.h>
+#include <iostream>
 #include <FL/fl_draw.H>
 #include <math.h>
 #include <stdio.h>
@@ -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),