X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..85047589a993f5c5529e1dae284be8af84cd68ef:/include/wx/osx/listbox.h diff --git a/include/wx/osx/listbox.h b/include/wx/osx/listbox.h index bb0e176251..2165dc9b18 100644 --- a/include/wx/osx/listbox.h +++ b/include/wx/osx/listbox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/mac/carbon/listbox.h +// Name: wx/osx/listbox.h // Purpose: wxListBox class // Author: Stefan Csomor // Modified by: @@ -168,6 +168,11 @@ protected: wxArrayPtrVoid m_itemsClientData; private: +#ifdef __WXOSX_CARBON__ + // It needs to call our CalcAndSendEvent(). + friend class wxMacDataBrowserListControl; +#endif // Carbon + DECLARE_DYNAMIC_CLASS(wxListBox) DECLARE_EVENT_TABLE() };