]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/notebmac.cpp
have CGImage Support in all OSX builds
[wxWidgets.git] / src / mac / carbon / notebmac.cpp
index e382c62449e24335a4dc926d343ecaf1b2e2b24f..aedbc3ccf18489fc6c42402cae34237977dbafd1 100644 (file)
@@ -351,7 +351,7 @@ void wxNotebook::MacSetupTabs()
 
         if ( GetImageList() && GetPageImage(ii) >= 0 && UMAGetSystemVersion() >= 0x1020 )
         {
-            const wxBitmap* bmap = GetImageList()->GetBitmap( GetPageImage(ii ) ) ;
+            const wxBitmap* bmap = GetImageList()->GetBitmapPtr( GetPageImage(ii ) ) ;
             if ( bmap )
             {
                 ControlButtonContentInfo info ;