aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flnx/flnx-0.18/gcc3.patch
blob: ba543b857a087985db2464fd44d6671f41e1dac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- flnx/src/Fl_Animator.cxx~gcc3	2003-08-07 17:18:39.000000000 -0400
+++ flnx/src/Fl_Animator.cxx	2004-02-26 16:28:03.000000000 -0500
@@ -28,7 +28,7 @@
 
 Fl_Animator::Fl_Animator(char * const *image, int X, int Y,
 			 int fcount, int fwidth, int fheight, 
-			 int interval, const char *label = 0)
+			 int interval, const char *label)
   : Fl_Widget(X,Y,fwidth,fheight,label)
   
 {