Compilation fix for last commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-10-30 06:01:16 +00:00
parent dbc7ceb925
commit 335b5afa77

View File

@@ -612,7 +612,7 @@ void wxTopLevelWindowMSW::DoShowWindow(int nShowCmd)
void wxTopLevelWindowMSW::ShowWithoutActivating() void wxTopLevelWindowMSW::ShowWithoutActivating()
{ {
if ( !wxWindowBase::Show(true) ) if ( !wxWindowBase::Show(true) )
return false; return;
DoShowWindow(SW_SHOWNA); DoShowWindow(SW_SHOWNA);
} }