// Called when the value in the window must be validated.
// This function can pop up an error message.
- virtual bool Validate(wxWindow * WXUNUSED(parent)) { return TRUE; }
+ virtual bool Validate(wxWindow * WXUNUSED(parent)) { return true; }
// Called to transfer data to the window
virtual bool TransferToWindow();
#endif
// wxUSE_VALIDATORS
-#endif
+#endif
// _WX_VALGENH__