X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c684ef8280e2d91096da2d96ba36e24a1fb917..ec5d85fbd58bf6ef774e3d93b9e38d9f90b42d40:/include/wx/valgen.h diff --git a/include/wx/valgen.h b/include/wx/valgen.h index 88e9b88bb0..8a43952b60 100644 --- a/include/wx/valgen.h +++ b/include/wx/valgen.h @@ -38,7 +38,7 @@ public: // Called when the value in the window must be validated. // This function can pop up an error message. - virtual bool Validate(wxWindow *parent) {return true;} + virtual bool Validate(wxWindow *parent) {return TRUE;} // Called to transfer data to the window virtual bool TransferToWindow(void);