1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix compiling on -current

PR:		44300
Submitted by:	maintainer
This commit is contained in:
David W. Chapman Jr. 2002-10-21 14:40:51 +00:00
parent f7451357dd
commit 86bbe07b63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68507

12
net/nload/files/patch-aa Normal file
View File

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