X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/926592a8cf4d74c4db610149b72172d0b263a5f4..b6e2eddeaf7e559589ce41ac41e88f9bd71c5a08:/include/wx/univ/choice.h diff --git a/include/wx/univ/choice.h b/include/wx/univ/choice.h index 0c98707ea0..a96d443d02 100644 --- a/include/wx/univ/choice.h +++ b/include/wx/univ/choice.h @@ -12,7 +12,7 @@ #ifndef _WX_UNIV_CHOICE_H_ #define _WX_UNIV_CHOICE_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "univchoice.h" #endif @@ -43,8 +43,6 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr); - void *GetClientData(int n) const { return wxItemContainer::GetClientData(n); } - private: void OnComboBox(wxCommandEvent &event);