]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/overlaycmn.cpp
make sure svn info for an already existing .xcodeproj folder is not deleted, replace...
[wxWidgets.git] / src / common / overlaycmn.cpp
index eeb08b7cdd440395c30d1bf7cf68427a0ebef746..f08cb238e55efda4bfb844045a66d76f997bfdd2 100644 (file)
@@ -139,7 +139,7 @@ wxOverlayImpl::~wxOverlayImpl()
 
 bool wxOverlayImpl::IsOk()
 {
-    return m_bmpSaved.Ok() ;
+    return m_bmpSaved.IsOk() ;
 }
 
 void wxOverlayImpl::Init( wxDC* dc, int x , int y , int width , int height )