X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..b6339dde8ce17772dd3a03845d7737641f017b93:/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.