aboutsummaryrefslogtreecommitdiff
path: root/net/nload
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-10-21 14:40:51 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-10-21 14:40:51 +0000
commit86bbe07b63af6c4a51466410314c820239a9af95 (patch)
tree61a01c33167214c00a1385b06453247691465d7d /net/nload
parentf7451357dd9110620664f868ff3fb8cfce7929a2 (diff)
downloadports-86bbe07b63af6c4a51466410314c820239a9af95.tar.gz
ports-86bbe07b63af6c4a51466410314c820239a9af95.zip
Fix compiling on -current
PR: 44300 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=68507
Diffstat (limited to 'net/nload')
-rw-r--r--net/nload/files/patch-aa12
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 );
+ }