X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..59018c74fe46c8964606c1354f91899df27c0d21:/include/wx/mac/notebook.h diff --git a/include/wx/mac/notebook.h b/include/wx/mac/notebook.h index e461360b9f..bdeec4ee71 100644 --- a/include/wx/mac/notebook.h +++ b/include/wx/mac/notebook.h @@ -143,8 +143,8 @@ protected: void ChangePage(int nOldSel, int nSel); // change pages void MacSetupTabs(); -// wxImageList *m_pImageList; // we can have an associated image list -// wxArrayPages m_aPages; // array of pages + // the icon indices + wxArrayInt m_images; int m_nSelection; // the current selection (-1 if none)