X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..ab6ea1ac2f52ecc7e60aae5f4e8f53585d817920:/demos/forty/scoredg.h?ds=sidebyside diff --git a/demos/forty/scoredg.h b/demos/forty/scoredg.h index 2b69ad0588..bba63e6f4a 100644 --- a/demos/forty/scoredg.h +++ b/demos/forty/scoredg.h @@ -6,7 +6,7 @@ // Created: 21/07/97 // RCS-ID: $Id$ // Copyright: (c) 1993-1998 Chris Breeze -// Licence: wxWindows licence +// Licence: wxWindows licence //--------------------------------------------------------------------------- // Last modified: 22nd July 1998 - ported to wxWidgets 2.0 ///////////////////////////////////////////////////////////////////////////// @@ -16,17 +16,17 @@ class ScoreDialog : public wxDialog { public: - ScoreDialog(wxWindow* parent, ScoreFile* file); - virtual ~ScoreDialog(); + ScoreDialog(wxWindow* parent, ScoreFile* file); + virtual ~ScoreDialog(){}; - void Display(); + void Display(); protected: - void OnCloseWindow(wxCloseEvent& event); + void OnCloseWindow(wxCloseEvent& event); private: - ScoreFile* m_scoreFile; - wxButton* m_OK; + ScoreFile* m_scoreFile; + wxButton* m_OK; DECLARE_EVENT_TABLE() };