]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/cursor.h
add IsOk() to all classes having Ok() method (patch 1570985)
[wxWidgets.git] / include / wx / mgl / cursor.h
index 5a0c378bacd0b52e83147cc293d2431db88fd948..9cbc07a306bbbacd8ab40927f8fb8f61f9bc8c52 100644 (file)
@@ -35,7 +35,8 @@ public:
     virtual ~wxCursor();
     bool operator == (const wxCursor& cursor) const;
     bool operator != (const wxCursor& cursor) const;
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation
     MGLCursor *GetMGLCursor() const;