aboutsummaryrefslogtreecommitdiffstats
path: root/net/nload/files
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-10-21 22:40:51 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-10-21 22:40:51 +0800
commitfc860944c7091cd0d03a1b470e32c3721dc815a3 (patch)
tree8049a91c182b0eaadfa834d1a8fbcf2130a2699f /net/nload/files
parentd00c961749e97f09ff97df5ac0242c73bd43a478 (diff)
downloadfreebsd-ports-gnome-fc860944c7091cd0d03a1b470e32c3721dc815a3.tar.gz
freebsd-ports-gnome-fc860944c7091cd0d03a1b470e32c3721dc815a3.tar.zst
freebsd-ports-gnome-fc860944c7091cd0d03a1b470e32c3721dc815a3.zip
Fix compiling on -current
PR: 44300 Submitted by: maintainer
Diffstat (limited to 'net/nload/files')
-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 );
+ }