]> git.pld-linux.org Git - packages/nload.git/blob - nload-form_field_h.patch
- fixes build
[packages/nload.git] / nload-form_field_h.patch
1 --- nload-0.5.0/src/form_field.h~       2002-07-30 22:13:14.000000000 +0000
2 +++ nload-0.5.0/src/form_field.h        2003-09-29 21:02:52.000000000 +0000
3 @@ -86,7 +86,7 @@
4                 virtual void slot_fieldChanged( Field* field ) {}
5         };
6         
7 -       Form( Slots* slots = 0 );
8 +       Form( Slots* slots );
9         ~Form();
10         
11         vector<Field *>& fields();
This page took 0.181133 seconds and 4 git commands to generate.