]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
SourceForge patch #654210 to fix naming/numbering shared libs under OS X
[wxWidgets.git] / include / wx / mac / notebook.h
index e461360b9f984df81c12c65522d88de0654f076d..bdeec4ee71f3ac6642f6c051085ee66e1dc49f26 100644 (file)
@@ -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)