blob: fd717e182460f03f5d2861c6e621dbd6b0accdde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur nload-0.5.0.orig/src/form_field.cpp nload-0.5.0/src/form_field.cpp
--- nload-0.5.0.orig/src/form_field.cpp 2002-08-01 12:21:31.000000000 -0500
+++ nload-0.5.0/src/form_field.cpp 2002-09-03 03:27:31.000000000 -0500
@@ -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 );
}
|