]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/forty.h
wxMSW: return correct value from wxMessageDialog::GetReturnCode().
[wxWidgets.git] / demos / forty / forty.h
index 91b847749db4bb056b7f9a43a25e466c076bf545..ee9c132358df7fe15ff2a1cfb34155cd409e4784 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Chris Breeze
 // Modified by:
 // Created:     21/07/97
-// RCS-ID:      $Id$
 // Copyright:   (c) 1993-1998 Chris Breeze
 // Licence:     wxWindows licence
 //---------------------------------------------------------------------------
@@ -16,8 +15,8 @@
 class FortyApp: public wxApp
 {
 public:
-    FortyApp(){};
-    ~FortyApp();
+    FortyApp(){}
+    virtual ~FortyApp();
     bool OnInit();
 
     static const wxColour& BackgroundColour();
@@ -85,9 +84,6 @@ public:
         long style = wxDEFAULT_DIALOG_STYLE );
 
     bool AddControls(wxWindow* parent);
-
-private:
-    DECLARE_EVENT_TABLE()
 };
 
 #define ID_ABOUT_HTML_WINDOW    1000