X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/524c47aa3adf2af11a3069fd5da035a604f08f66..0dd9646ea8b9e6f3a5fa8c42b6a4954cf8e3a48d:/include/wx/osx/carbon/listbox.h?ds=sidebyside diff --git a/include/wx/osx/carbon/listbox.h b/include/wx/osx/carbon/listbox.h index be6959f2aa..e2fc661e1c 100644 --- a/include/wx/osx/carbon/listbox.h +++ b/include/wx/osx/carbon/listbox.h @@ -21,7 +21,7 @@ // forward decl for GetSelections() class wxArrayInt; -// forward decl for wxListWidgetImpl data type. +// forward decl for wxListWidgetImpl implementation type. class wxListWidgetImpl; // List box item @@ -32,9 +32,9 @@ WX_DEFINE_ARRAY( char* , wxListDataArray ); // List box control // ---------------------------------------------------------------------------- -class WXDLLIMPEXP_CORE wxListWidgetColumn; +class WXDLLIMPEXP_FWD_CORE wxListWidgetColumn; -class WXDLLIMPEXP_CORE wxListWidgetCellValue; +class WXDLLIMPEXP_FWD_CORE wxListWidgetCellValue; class WXDLLIMPEXP_CORE wxListBox : public wxListBoxBase {