Whoops. MSVC does not not error with this... ;P

svn path=/branches/shell-experiments/; revision=62515
This commit is contained in:
David Quintana 2014-03-16 09:30:29 +00:00
parent aa699bf2a9
commit 535f0f1c4e

View file

@ -521,6 +521,7 @@ HRESULT STDMETHODCALLTYPE CMenuBand::SetClient(IUnknown *punkClient)
if (m_staticToolbar) m_staticToolbar->OnPopupItemChanged(NULL, -1);
if (m_SFToolbar) m_SFToolbar->OnPopupItemChanged(NULL, -1);
}
return hr;
}
HRESULT STDMETHODCALLTYPE CMenuBand::GetClient(IUnknown **ppunkClient)