]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/taskbar.cpp
correct hhp2cached path
[wxWidgets.git] / src / mac / carbon / taskbar.cpp
index 6f124153727d8c61ce782bc6fe8af41e6481f662..9bb02f5124e0c73dcf2e9e8bea5b6770ec381d98 100644 (file)
@@ -380,7 +380,7 @@ bool wxDockTaskBarIcon::SetIcon(const wxIcon& icon, const wxString& WXUNUSED(too
 
     // get the CGImageRef for the wxBitmap:
     // OSX builds only, but then the dock only exists in OSX
 
     // get the CGImageRef for the wxBitmap:
     // OSX builds only, but then the dock only exists in OSX
-    CGImageRef pImage = (CGImageRef) bmp.CGImageCreate();
+    CGImageRef pImage = (CGImageRef) bmp.CreateCGImage();
     wxASSERT( pImage != NULL );
 
     // actually set the dock image
     wxASSERT( pImage != NULL );
 
     // actually set the dock image