]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/basic2.cpp
Applied [ 714756 ] Clean warnings on build
[wxWidgets.git] / contrib / src / ogl / basic2.cpp
index c24bf7c1c4c7aa0c0147ac9b91ba96968f4a0c63..d5eba292482397d6623927145661fcf69065f4c6 100644 (file)
@@ -793,7 +793,7 @@ bool wxPolygonShape::GetAttachmentPosition(int attachment, double *x, double *y,
   { 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;