#include <wx/wx.h>
#endif
+#if wxUSE_DEPRECATED
#include <wx/deprecated/wxexpr.h>
+#endif
#ifdef new
#undef new
{ return wxShape::GetAttachmentPosition(attachment, x, y, nth, no_arcs, line); }
}
-bool wxPolygonShape::AttachmentIsValid(int attachment)
+bool wxPolygonShape::AttachmentIsValid(int attachment) const
{
if (!m_points)
return FALSE;