From f4d3253b5923de972846b09814623d7b05e9d4d1 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Wed, 24 Sep 2003 08:29:21 +0000 Subject: [PATCH] fix digitalmars bug (ambiguous symbol) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/toplevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index 6874f1327d..41d5a0d46a 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -864,7 +864,7 @@ void wxTopLevelWindowMSW::OnActivate(wxActivateEvent& event) if ( event.GetActive() ) { // restore focus to the child which was last focused - wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd); +// wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd); wxWindow *parent = m_winLastFocused ? m_winLastFocused->GetParent() : NULL; -- 2.45.2