X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..2301cda0084278f8cde4dc08ac634b88836e699f:/include/wx/dfb/cursor.h diff --git a/include/wx/dfb/cursor.h b/include/wx/dfb/cursor.h index 7ebd2e81d7..a56b1f1afe 100644 --- a/include/wx/dfb/cursor.h +++ b/include/wx/dfb/cursor.h @@ -14,7 +14,7 @@ #include "wx/object.h" #include "wx/gdicmn.h" -class WXDLLIMPEXP_CORE wxBitmap; +class WXDLLIMPEXP_FWD_CORE wxBitmap; //----------------------------------------------------------------------------- // wxCursor @@ -34,8 +34,6 @@ public: bool Ok() const { return IsOk(); } bool IsOk() const; - bool operator==(const wxCursor& cursor) const; - bool operator!=(const wxCursor& cursor) const { return !(*this == cursor); } // implementation wxBitmap GetBitmap() const;