diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-21 14:40:51 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-21 14:40:51 +0000 |
commit | 86bbe07b63af6c4a51466410314c820239a9af95 (patch) | |
tree | 61a01c33167214c00a1385b06453247691465d7d /net | |
parent | Unbreak on -current. (diff) |
Fix compiling on -current
PR: 44300
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=68507
Diffstat (limited to 'net')
-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 ); + } |