]> git.pld-linux.org Git - packages/nload.git/blobdiff - nload-form_field_h.patch
- verbose files
[packages/nload.git] / nload-form_field_h.patch
index 23ce7fad8a7265ad4a4a57711399e5fbca24096b..af1bc0abed2d2c85ff595b0ce57ae9f3c0a131c9 100644 (file)
@@ -1,11 +1,12 @@
---- nload-0.5.0/src/form_field.h~      2002-07-30 22:13:14.000000000 +0000
-+++ nload-0.5.0/src/form_field.h       2003-09-29 21:02:52.000000000 +0000
-@@ -86,7 +86,7 @@
-               virtual void slot_fieldChanged( Field* field ) {}
-       };
-       
--      Form( Slots* slots = 0 );
-+      Form( Slots* slots );
-       ~Form();
-       
-       vector<Field *>& fields();
+diff -burNp nload-0.7.2/src/form_field.h nload-0.7.2-new/src/form_field.h
+--- nload-0.7.2/src/form_field.h       2008-02-02 17:14:34.000000000 +0100
++++ nload-0.7.2-new/src/form_field.h   2008-10-11 14:54:03.993388409 +0200
+@@ -79,7 +79,7 @@ class Form
+                 virtual void slot_fieldChanged(Field* field) {}
+         };
+         
+-        Form(Slots* slots = 0);
++        Form(Slots* slots);
+         ~Form();
+         
+         std::vector<Field *>& fields();
This page took 0.044191 seconds and 4 git commands to generate.