X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96bcf4f9cc8401fc499215bbe9181c351cc42d43..82ac3b0a423b755c6329c2ae2faaab9576a3f647:/include/wx/generic/choicdgg.h diff --git a/include/wx/generic/choicdgg.h b/include/wx/generic/choicdgg.h index fcd13f46bd..b342683bb8 100644 --- a/include/wx/generic/choicdgg.h +++ b/include/wx/generic/choicdgg.h @@ -12,7 +12,7 @@ #ifndef __CHOICEDLGH_G__ #define __CHOICEDLGH_G__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "choicdgg.h" #endif @@ -61,6 +61,8 @@ public: protected: wxListBox *m_listbox; + + DECLARE_NO_COPY_CLASS(wxAnyChoiceDialog) }; // ---------------------------------------------------------------------------- @@ -105,7 +107,7 @@ public: void OnListBoxDClick(wxCommandEvent& event); // old, deprecated methods -#ifdef WXWIN_COMPATIBILITY_2 +#if WXWIN_COMPATIBILITY_2 wxSingleChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, @@ -271,7 +273,7 @@ WXDLLEXPORT size_t wxGetMultipleChoices(wxArrayInt& selections, // deprecated // ---------------------------------------------------------------------------- -#ifdef WXWIN_COMPATIBILITY_2 +#if WXWIN_COMPATIBILITY_2 WXDLLEXPORT wxString wxGetSingleChoice(const wxString& message, const wxString& caption,