wxUnivMSW build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-10-10 08:05:19 +00:00
parent 7e4545b8a0
commit 967acfb5cd

View File

@@ -3952,7 +3952,7 @@ bool wxWindowMSW::HandlePower(WXWPARAM WXUNUSED_IN_WINCE(wParam),
bool wxWindowMSW::IsDoubleBuffered() const bool wxWindowMSW::IsDoubleBuffered() const
{ {
for ( const wxWindow *wnd = this; for ( const wxWindowMSW *wnd = this;
wnd && !wnd->IsTopLevel(); wnd = wnd && !wnd->IsTopLevel(); wnd =
wnd->GetParent() ) wnd->GetParent() )
{ {