Line 0
Link Here
|
|
|
1 |
diff -urN src/form_field.cpp src/form_field.cpp |
2 |
--- src/form_field.cpp Sun Oct 20 11:35:27 2002 |
3 |
+++ src/form_field.cpp Sun Oct 20 11:35:39 2002 |
4 |
@@ -133,7 +133,7 @@ |
5 |
} |
6 |
|
7 |
|
8 |
-Form::Form( Slots* slots = 0 ) : m_slots( slots ), m_form(0), m_visible( false ) |
9 |
+Form::Form( Slots* slots ) : m_slots( slots ), m_form(0), m_visible( false ) |
10 |
{ |
11 |
m_instances.push_back( this ); |
12 |
} |