]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.h
correcting text alignment flag
[wxWidgets.git] / samples / joytest / joytest.h
index 31bfa14e5b54bf57bae42fb8853d64e386e9e93b..158970730693b4526ae52630ebe469fe5c6860c0 100644 (file)
@@ -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);