X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ade7e576a12a85c6422ed266a07062ef222b1c4b..55b7aaea102f48684687dc9a491d8e242b6d3236:/src/common/geometry.cpp diff --git a/src/common/geometry.cpp b/src/common/geometry.cpp index da7506b768..e10221ee8e 100644 --- a/src/common/geometry.cpp +++ b/src/common/geometry.cpp @@ -164,7 +164,7 @@ void wxPoint2DInt::ReadFrom( wxDataInputStream &stream ) m_y = stream.Read32(); } -wxDouble wxPoint2DInt::GetVectorAngle() +wxDouble wxPoint2DInt::GetVectorAngle() const { if ( m_x == 0 ) {