X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..8d6d408976ba95f69a63bc618897bd416102cbc0:/contrib/include/wx/ogl/basicp.h?ds=sidebyside diff --git a/contrib/include/wx/ogl/basicp.h b/contrib/include/wx/ogl/basicp.h index a0c9b821d7..43fd2fb825 100644 --- a/contrib/include/wx/ogl/basicp.h +++ b/contrib/include/wx/ogl/basicp.h @@ -63,12 +63,12 @@ class WXDLLIMPEXP_OGL wxControlPoint: public wxRectangleShape inline void SetEraseObject(bool er) { m_eraseObject = er; } public: - int m_type; - double m_xoffset; - double m_yoffset; - wxShape* m_shape; - wxCursor* m_oldCursor; - bool m_eraseObject; // If true, erases object before dragging handle. + int m_type; + double m_xoffset; + double m_yoffset; + wxShape* m_shape; + const wxCursor* m_oldCursor; + bool m_eraseObject; // If true, erases object before dragging handle. /* * Store original top-left, bottom-right coordinates