compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-08-08 08:55:23 +00:00
parent 5b87f8bf2e
commit c15fd9fba8

View File

@ -109,7 +109,7 @@ public:
ScaleY = sy;
}
int GetCustomScale( float* sx, float* sy ) const
void GetCustomScale( float* sx, float* sy ) const
{
*sx = ScaleX;
*sy = ScaleY;