]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/cursor.h
set eol-style
[wxWidgets.git] / include / wx / mgl / cursor.h
index 5a0c378bacd0b52e83147cc293d2431db88fd948..1b3f118b3f5da244eaacd6713285786613dc69e3 100644 (file)
@@ -33,9 +33,8 @@ public:
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
     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;