]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/validate.cpp
wxWindow::GetBestSize() added
[wxWidgets.git] / src / common / validate.cpp
index bc40a4b82b0204dc20f9978636d56d777d462e93..50d072c6b28c6ea975a717bdd48eac65f09e721e 100644 (file)
@@ -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