X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c684ef8280e2d91096da2d96ba36e24a1fb917..3218cf580bf2249f20748aad4f78e339cf5fa02f:/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);