X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a800dc50d47f5ecd1bcba7601f33843c01db9a57..cd15bcaf50ead53ccf9d50965312f0dc754affb4:/samples/joytest/joytest.h?ds=sidebyside diff --git a/samples/joytest/joytest.h b/samples/joytest/joytest.h index 31bfa14e5b..1589707306 100644 --- a/samples/joytest/joytest.h +++ b/samples/joytest/joytest.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // Define a new application @@ -45,7 +45,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);