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 ); }