]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/cursor.h
Disable double-to-float conversion tests in wxAny code.
[wxWidgets.git] / include / wx / cocoa / cursor.h
index f6b70f10c21b7204f0d47c0c94e20598d231610a..e3b3f09ca527e18db77e2cd83d685be15014cb35 100644 (file)
@@ -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)