diff options
Diffstat (limited to 'net/nload')
-rw-r--r-- | net/nload/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/nload/files/patch-aa b/net/nload/files/patch-aa new file mode 100644 index 000000000000..31a8c16d7b13 --- /dev/null +++ b/net/nload/files/patch-aa @@ -0,0 +1,12 @@ +diff -urN src/form_field.cpp src/form_field.cpp +--- src/form_field.cpp Sun Oct 20 11:35:27 2002 ++++ src/form_field.cpp Sun Oct 20 11:35:39 2002 +@@ -133,7 +133,7 @@ + } + + +-Form::Form( Slots* slots = 0 ) : m_slots( slots ), m_form(0), m_visible( false ) ++Form::Form( Slots* slots ) : m_slots( slots ), m_form(0), m_visible( false ) + { + m_instances.push_back( this ); + } |