]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/geometry.cpp
_really_ fixed translation messages
[wxWidgets.git] / src / common / geometry.cpp
index da7506b768599dd1374bf03a7198109fc5e2af62..e10221ee8ecf24ef2d26fe3eba01ef14e6c089b6 100644 (file)
@@ -164,7 +164,7 @@ void wxPoint2DInt::ReadFrom( wxDataInputStream &stream )
     m_y = stream.Read32();
 }
 
-wxDouble wxPoint2DInt::GetVectorAngle()
+wxDouble wxPoint2DInt::GetVectorAngle() const
 {
     if ( m_x == 0 )
     {