X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87d673313d9350a405f1bf1cef3bc3240ddb406f..f68586e51b20dccee3fd5645aeaca7cc8ff298c2:/src/common/validate.cpp?ds=sidebyside diff --git a/src/common/validate.cpp b/src/common/validate.cpp index bc40a4b82b..50d072c6b2 100644 --- a/src/common/validate.cpp +++ b/src/common/validate.cpp @@ -36,7 +36,7 @@ // treated as a static global class by VA and thus cannot use in this form. // Defined as a pointer and then explicity allocated and deallocated // by user if desired -const wxValidator* wxDefaultValidator; +const wxValidator* wxDefaultValidator = NULL; #else const wxValidator wxDefaultValidator; #endif