ports/net/nload/files/patch-aa
David W. Chapman Jr. 86bbe07b63 Fix compiling on -current
PR:		44300
Submitted by:	maintainer
2002-10-21 14:40:51 +00:00

12 lines
370 B
Text

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