mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:23:19 +00:00
[RSHELL]
Whoops. MSVC does not not error with this... ;P svn path=/branches/shell-experiments/; revision=62515
This commit is contained in:
parent
aa699bf2a9
commit
535f0f1c4e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue