X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/valgen.h?ds=sidebyside diff --git a/include/wx/valgen.h b/include/wx/valgen.h index 44596d0486..35dd44ff5f 100644 --- a/include/wx/valgen.h +++ b/include/wx/valgen.h @@ -12,10 +12,6 @@ #ifndef _WX_VALGENH__ #define _WX_VALGENH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "valgen.h" -#endif - #include "wx/validate.h" #if wxUSE_VALIDATORS @@ -30,7 +26,7 @@ public: wxGenericValidator(wxArrayInt* val); wxGenericValidator(const wxGenericValidator& copyFrom); - ~wxGenericValidator(){} + virtual ~wxGenericValidator(){} // Make a clone of this validator (or return NULL) - currently necessary // if you're passing a reference to a validator.