X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93210c68cb8ad36a5b2d7f07e93735041657c534..a19918eb353f1f266f92891eee07834d7cf09cd7:/contrib/include/wx/ogl/basicp.h diff --git a/contrib/include/wx/ogl/basicp.h b/contrib/include/wx/ogl/basicp.h index f9ce75c669..43fd2fb825 100644 --- a/contrib/include/wx/ogl/basicp.h +++ b/contrib/include/wx/ogl/basicp.h @@ -6,17 +6,12 @@ // Created: 12/07/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #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