]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/scoredg.h
Added Forty Thieves icon
[wxWidgets.git] / demos / forty / scoredg.h
index 8ce7a7274d320b2ac9d9aae91220daf5e57fe985..bba63e6f4a73b7429f872fd97f3a9ad6a5b26e73 100644 (file)
@@ -6,9 +6,9 @@
 // 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 wxWindows 2.0
+// Last modified: 22nd July 1998 - ported to wxWidgets 2.0
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _SCOREDG_H_
 #define _SCOREDG_H_
 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()
 };