X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..05159a2750ed2cc5945a85bc5fc6849ad1a30e75:/include/wx/mac/notebook.h?ds=sidebyside 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)