X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/254a21292b0ccf234ed1dbc6acd37708672ffcc0..ac448bc0a009d4fe37a21ef75c79eb827e5e740a:/demos/forty/forty.h diff --git a/demos/forty/forty.h b/demos/forty/forty.h index c0e7e6f12b..ee9c132358 100644 --- a/demos/forty/forty.h +++ b/demos/forty/forty.h @@ -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(); @@ -61,10 +60,7 @@ public: private: enum MenuCommands { - NEW_GAME = 10, - SCORES, - UNDO, - REDO, + SCORES = 10, RIGHT_BUTTON_UNDO, HELPING_HAND, LARGE_CARDS @@ -88,9 +84,6 @@ public: long style = wxDEFAULT_DIALOG_STYLE ); bool AddControls(wxWindow* parent); - -private: - DECLARE_EVENT_TABLE() }; #define ID_ABOUT_HTML_WINDOW 1000