]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/flnx/flnx-0.18/gcc3.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / flnx / flnx-0.18 / gcc3.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- flnx/src/Fl_Animator.cxx~gcc3       2003-08-07 17:18:39.000000000 -0400
7 +++ flnx/src/Fl_Animator.cxx    2004-02-26 16:28:03.000000000 -0500
8 @@ -28,7 +28,7 @@
9  
10  Fl_Animator::Fl_Animator(char * const *image, int X, int Y,
11                          int fcount, int fwidth, int fheight, 
12 -                        int interval, const char *label = 0)
13 +                        int interval, const char *label)
14    : Fl_Widget(X,Y,fwidth,fheight,label)
15    
16  {