X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..2b4f7fbc9f5eb8386c5b5d23151849822d54f7db:/include/wx/valgen.h diff --git a/include/wx/valgen.h b/include/wx/valgen.h index 4b165afab4..44596d0486 100644 --- a/include/wx/valgen.h +++ b/include/wx/valgen.h @@ -5,7 +5,7 @@ // Modified by: // Created: Jan 22 1999 // RCS-ID: -// Copyright: (c) 1999 Kevin Smith +// Copyright: (c) 1999 Julian Smart (assigned from Kevin) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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.