#ifndef _LIFE_DIALOGS_H_
#define _LIFE_DIALOGS_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dialogs.h"
#endif
~LifeSamplesDialog();
// members
- const LifeShape& GetShape();
+ const LifePattern& GetPattern();
// event handlers
void OnListBox(wxCommandEvent &event);