minor compilation warning corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-03-26 20:18:36 +00:00
parent ba2928c6fa
commit 0cd51b2d27
8 changed files with 14 additions and 20 deletions

View File

@@ -473,7 +473,7 @@ void wxControl::DoSetSize(int x, int y,
return ;
}
Rect oldbounds, newbounds;
Rect oldbounds;
int new_x, new_y, new_width, new_height;
int mac_x, mac_y;