diff --git a/src/common/graphcmn.cpp b/src/common/graphcmn.cpp index 4193b2b9cc..3cbc6cb3c4 100644 --- a/src/common/graphcmn.cpp +++ b/src/common/graphcmn.cpp @@ -162,6 +162,11 @@ wxRect2DDouble wxGraphicsPath::GetBox() return wxRect2DDouble( x,y,w,h ); } +bool wxGraphicsPath::Contains( const wxPoint2DDouble& c, int fillStyle ) +{ + return Contains( c.m_x, c.m_y, fillStyle); +} + // // Emulations //