]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/dialogs.h
STL compilation fix
[wxWidgets.git] / demos / life / dialogs.h
index b2187cb0c3ded8af52aefb2ca6dc6c6fea85ee0f..060eb67472bba75f8eba84840add96751f63defd 100644 (file)
 #ifndef _LIFE_DIALOGS_H_
 #define _LIFE_DIALOGS_H_
 
 #ifndef _LIFE_DIALOGS_H_
 #define _LIFE_DIALOGS_H_
 
-#ifdef __GNUG__
-    #pragma interface "dialogs.h"
-#endif
-
 // for compilers that support precompilation, includes "wx/wx.h"
 #include "wx/wxprec.h"
 
 // for compilers that support precompilation, includes "wx/wx.h"
 #include "wx/wxprec.h"
 
@@ -41,16 +37,16 @@ class LifeSamplesDialog : public wxDialog
 public:
     // ctor and dtor
     LifeSamplesDialog(wxWindow *parent);
 public:
     // ctor and dtor
     LifeSamplesDialog(wxWindow *parent);
-    ~LifeSamplesDialog();
+    virtual ~LifeSamplesDialog();
 
     // members
 
     // members
-    const LifeShape& GetShape();
+    const LifePattern& GetPattern();
 
     // event handlers
     void OnListBox(wxCommandEvent &event);
 
 private:
 
     // event handlers
     void OnListBox(wxCommandEvent &event);
 
 private:
-    // any class wishing to process wxWindows events must use this macro
+    // any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()
 
     int         m_value;
     DECLARE_EVENT_TABLE()
 
     int         m_value;