Fixed typo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2006-10-29 22:57:25 +00:00
parent 664f15dc8e
commit be4da8f031
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public:
}
wxCoord YDEV2LOGREL(wxCoord y) const
{
return wCoordRound((double)(y) / m_scaleY);
return wxCoordRound((double)(y) / m_scaleY);
}
wxCoord XLOG2DEV(wxCoord x) const
{

View File

@@ -82,7 +82,7 @@ public:
}
wxCoord YDEV2LOGREL(wxCoord y) const
{
return wCoordRound((double)(y) / m_scaleY);
return wxCoordRound((double)(y) / m_scaleY);
}
wxCoord XLOG2DEV(wxCoord x) const
{