X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d2ac6b8c652a4aac703ba03f143820e978b33d4..ec02a2f7de3d6f4e11c4dd72bf69c33fcc49ba84:/demos/forty/forty.h?ds=sidebyside diff --git a/demos/forty/forty.h b/demos/forty/forty.h index 91b847749d..e1e9eb7e75 100644 --- a/demos/forty/forty.h +++ b/demos/forty/forty.h @@ -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