]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
set eol-style
[wxWidgets.git] / include / wx / gtk / cursor.h
index ef1a25272676ab0d6622a5a85eff42ff48e6448e..d940c1f204273238414e6fed67d44e79be05431d 100644 (file)
@@ -12,8 +12,8 @@
 
 #include "wx/object.h"
 
 
 #include "wx/object.h"
 
-class WXDLLIMPEXP_CORE wxColour;
-class WXDLLIMPEXP_CORE wxImage;
+class WXDLLIMPEXP_FWD_CORE wxColour;
+class WXDLLIMPEXP_FWD_CORE wxImage;
 
 //-----------------------------------------------------------------------------
 // wxCursor
 
 //-----------------------------------------------------------------------------
 // wxCursor
@@ -32,9 +32,8 @@ public:
               int hotSpotX=-1, int hotSpotY=-1,
               const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL );
     virtual ~wxCursor();
               int hotSpotX=-1, int hotSpotY=-1,
               const char maskBits[] = NULL, const wxColour *fg = NULL, const wxColour *bg = NULL );
     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
 
 
     // implementation