compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5b87f8bf2e
commit
c15fd9fba8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user