X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ef5b1dad1f5d18309d0fdc0b36ad383b58f1a2e..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/cocoa/cursor.h diff --git a/include/wx/cocoa/cursor.h b/include/wx/cocoa/cursor.h index f6b70f10c2..e3b3f09ca5 100644 --- a/include/wx/cocoa/cursor.h +++ b/include/wx/cocoa/cursor.h @@ -27,7 +27,7 @@ protected: friend class WXDLLIMPEXP_FWD_CORE wxBitmap; friend class WXDLLIMPEXP_FWD_CORE wxCursor; - DECLARE_NO_COPY_CLASS(wxCursorRefData) + wxDECLARE_NO_COPY_CLASS(wxCursorRefData); }; #define M_CURSORDATA ((wxCursorRefData *)m_refData)