X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..ec8565f3c5d1df72267cb1e3375789090ac091da:/include/wx/valgen.h diff --git a/include/wx/valgen.h b/include/wx/valgen.h index 4b165afab4..395f06a7c0 100644 --- a/include/wx/valgen.h +++ b/include/wx/valgen.h @@ -30,7 +30,7 @@ public: wxGenericValidator(wxArrayInt* val); wxGenericValidator(const wxGenericValidator& copyFrom); - ~wxGenericValidator(); + ~wxGenericValidator(){} // Make a clone of this validator (or return NULL) - currently necessary // if you're passing a reference to a validator.