diff options
Diffstat (limited to 'net-analyzer/nload/files/nload-0.5.0-gcc3-gentoo.patch')
-rw-r--r-- | net-analyzer/nload/files/nload-0.5.0-gcc3-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/nload/files/nload-0.5.0-gcc3-gentoo.patch b/net-analyzer/nload/files/nload-0.5.0-gcc3-gentoo.patch new file mode 100644 index 000000000000..fd717e182460 --- /dev/null +++ b/net-analyzer/nload/files/nload-0.5.0-gcc3-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur nload-0.5.0.orig/src/form_field.cpp nload-0.5.0/src/form_field.cpp +--- nload-0.5.0.orig/src/form_field.cpp 2002-08-01 12:21:31.000000000 -0500 ++++ nload-0.5.0/src/form_field.cpp 2002-09-03 03:27:31.000000000 -0500 +@@ -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 ); + } |