]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/cursor.h
Fix up NSSlider code to not use class posing and instantiate the proper type (now...
[wxWidgets.git] / include / wx / gtk1 / cursor.h
index cdc271785453c6a9b88dd7b8590a2d3e44d8419d..eba3d24b1b7559f4ec059ccc332c51ba2bfd11fe 100644 (file)
@@ -34,10 +34,9 @@ public:
     wxCursor( const char bits[], int width, int  height,
               int hotSpotX=-1, int hotSpotY=-1,
               const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL );
-    ~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