initializing for GCC

svn path=/trunk/; revision=5648
This commit is contained in:
Martin Fuchs 2003-08-18 13:09:46 +00:00
parent aa7ecf8b2d
commit e0306148f3

View file

@ -467,7 +467,7 @@ Button::Button(HWND parent, LPCTSTR text, int left, int top, int width, int heig
}
static RECT s_MyDrawText_Rect = {0, 0};
static RECT s_MyDrawText_Rect = {0, 0, 0, 0};
static BOOL CALLBACK MyDrawText(HDC hdc, LPARAM data, int cnt)
{