Build fix due to broken last commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-04-21 12:01:30 +00:00
parent a58e8e0cd6
commit 9577d302a7

View File

@@ -1249,7 +1249,7 @@ void wxWindow::DoSetSizeIntr(int x, int y, int width, int height,
int sizeFlags, bool fromCtor)
{
// A bit of optimization to help sort out the flickers.
int oldX = oldY = oldW = oldH = -1;
int oldX = -1, oldY = -1, oldW = -1, oldH = -1;
if( !fromCtor )
{