fix digitalmars bug (ambiguous symbol)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-09-24 08:29:21 +00:00
parent b853ebf6f5
commit f4d3253b59

View File

@@ -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;