]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/cursor.h
use wxTextEntry in wxTextValidator (modified patch 1821743)
[wxWidgets.git] / include / wx / mgl / cursor.h
index c3146e569d878dcfa96e80ad9855b346cb731665..1b3f118b3f5da244eaacd6713285786613dc69e3 100644 (file)
@@ -32,10 +32,9 @@ public:
     wxCursor(const wxString& name,
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
-    ~wxCursor();
-    bool operator == (const wxCursor& cursor) const;
-    bool operator != (const wxCursor& cursor) const;
-    bool Ok() const;
+    virtual ~wxCursor();
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // implementation
     MGLCursor *GetMGLCursor() const;