#ifndef _LIFE_DIALOGS_H_
#define _LIFE_DIALOGS_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "dialogs.h"
-#endif
-
// for compilers that support precompilation, includes "wx/wx.h"
#include "wx/wxprec.h"
public:
// ctor and dtor
LifeSamplesDialog(wxWindow *parent);
- ~LifeSamplesDialog();
+ virtual ~LifeSamplesDialog();
// members
const LifePattern& GetPattern();
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;