]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/cursor.cpp
avoiding nesting dcs on the same window concurrently
[wxWidgets.git] / src / mgl / cursor.cpp
index 7614434e79fe5556c6318224f941896245194745..709b59e34f341f94e25fcfd6366814c77656e59e 100644 (file)
@@ -185,7 +185,7 @@ bool wxCursor::operator != (const wxCursor& cursor) const
     return (m_refData != cursor.m_refData);
 }
 
-bool wxCursor::Ok() const
+bool wxCursor::IsOk() const
 {
     return (m_refData != NULL);
 }