]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dcmemory.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / dfb / dcmemory.cpp
index 5c777710591294e0badaa1448005951e69cb9220..9be66d94608fa0e1960ac65956f362a9b7c1f39b 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxMemoryDCImpl implementation
 // Author:      Vaclav Slavik
 // Created:     2006-08-16
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -65,7 +64,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;