]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dcmemory.cpp
Remove wxOSX implementation of wxSpinCtrl and use the generic one.
[wxWidgets.git] / src / dfb / dcmemory.cpp
index 5c777710591294e0badaa1448005951e69cb9220..8929ca41ce5501fb559dce2e8165998431937f68 100644 (file)
@@ -65,7 +65,7 @@ void wxMemoryDCImpl::DoSelect(const wxBitmap& bitmap)
 {
     m_bmp = bitmap;
 
-    if ( !bitmap.Ok() )
+    if ( !bitmap.IsOk() )
     {
         // select the bitmap out of the DC
         m_surface = NULL;