From 86bbe07b63af6c4a51466410314c820239a9af95 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Mon, 21 Oct 2002 14:40:51 +0000 Subject: Fix compiling on -current PR: 44300 Submitted by: maintainer --- net/nload/files/patch-aa | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/nload/files/patch-aa 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 ); + } -- cgit v1.2.3