X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a800dc50d47f5ecd1bcba7601f33843c01db9a57..76e7cfab8fdb0c7862fd07e427af54181717fc62:/samples/joytest/joytest.h?ds=sidebyside diff --git a/samples/joytest/joytest.h b/samples/joytest/joytest.h index 31bfa14e5b..8e2d6a9c0f 100644 --- a/samples/joytest/joytest.h +++ b/samples/joytest/joytest.h @@ -4,9 +4,8 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // Define a new application @@ -45,7 +44,7 @@ public: MyCanvas *canvas; MyFrame(wxFrame *parent, const wxString& title, const wxPoint& pos, const wxSize& size, const long style); - ~MyFrame(); + ~MyFrame(){}; void OnActivate(wxActivateEvent& event); void OnQuit(wxCommandEvent& event);