X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..61c213fe224da24ce33c9187263e75a17ca83a04:/demos/life/dialogs.h diff --git a/demos/life/dialogs.h b/demos/life/dialogs.h index e41e45953c..723ff1c81d 100644 --- a/demos/life/dialogs.h +++ b/demos/life/dialogs.h @@ -12,7 +12,7 @@ #ifndef _LIFE_DIALOGS_H_ #define _LIFE_DIALOGS_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "dialogs.h" #endif @@ -50,7 +50,7 @@ public: 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;