X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aff654fb10971e82abccc1b56217d556d447b..a6c255cbc0a0f6757b9bef432aa30becd1b3da91:/include/wx/cocoa/cursor.h diff --git a/include/wx/cocoa/cursor.h b/include/wx/cocoa/cursor.h index f37bf2d0fd..52e8a32786 100644 --- a/include/wx/cocoa/cursor.h +++ b/include/wx/cocoa/cursor.h @@ -6,19 +6,19 @@ // Created: 2002/11/27 // RCS-ID: // Copyright: (c) David Elliott -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_COCOA_CURSOR_H_ #define _WX_COCOA_CURSOR_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "cursor.h" #endif #include "wx/bitmap.h" -class WXDLLEXPORT wxCursorRefData: public wxBitmapRefData +class WXDLLEXPORT wxCursorRefData: public wxObjectRefData { DECLARE_NO_COPY_CLASS(wxCursorRefData) @@ -29,6 +29,7 @@ public: ~wxCursorRefData(); protected: + int m_width, m_height; }; #define M_CURSORDATA ((wxCursorRefData *)m_refData)