]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/overlaycmn.cpp
Make mouse capture checking asserts stronger and more detailed.
[wxWidgets.git] / src / common / overlaycmn.cpp
index eeb08b7cdd440395c30d1bf7cf68427a0ebef746..74b20c8d228f1fed67046dfd2360dc129eea4ac4 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     2006-10-20
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -139,7 +138,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 )