]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/forty.h
support backgroundcolor on osx_cocoa
[wxWidgets.git] / demos / forty / forty.h
index 91b847749db4bb056b7f9a43a25e466c076bf545..e1e9eb7e75d503f4a2c13579a019dea29e30d54a 100644 (file)
@@ -16,8 +16,8 @@
 class FortyApp: public wxApp
 {
 public:
-    FortyApp(){};
-    ~FortyApp();
+    FortyApp(){}
+    virtual ~FortyApp();
     bool OnInit();
 
     static const wxColour& BackgroundColour();
@@ -85,9 +85,6 @@ public:
         long style = wxDEFAULT_DIALOG_STYLE );
 
     bool AddControls(wxWindow* parent);
-
-private:
-    DECLARE_EVENT_TABLE()
 };
 
 #define ID_ABOUT_HTML_WINDOW    1000