X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ba06d5a8ccf8c224fcfbd52fa01a55abf7befbd..a6c129111b38341eb561b110fd1566b260740675:/contrib/include/wx/ogl/basicp.h diff --git a/contrib/include/wx/ogl/basicp.h b/contrib/include/wx/ogl/basicp.h index c4dd09b985..43fd2fb825 100644 --- a/contrib/include/wx/ogl/basicp.h +++ b/contrib/include/wx/ogl/basicp.h @@ -12,11 +12,6 @@ #ifndef _OGL_BASICP_H_ #define _OGL_BASICP_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "basicp.h" -#endif - - #define CONTROL_POINT_SIZE 6 class WXDLLIMPEXP_OGL wxShapeTextLine: public wxObject @@ -68,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