mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 02:42:59 +00:00
[SHELL32] Fix some clang warnings (#7845)
This commit is contained in:
parent
aa4fac61c8
commit
190782c3e0
14 changed files with 22 additions and 18 deletions
|
@ -219,7 +219,7 @@ class CDefaultContextMenu :
|
|||
STDMETHOD(GetSite)(REFIID riid, void **ppvSite) override;
|
||||
|
||||
// IServiceProvider
|
||||
virtual HRESULT STDMETHODCALLTYPE QueryService(REFGUID svc, REFIID riid, void**ppv)
|
||||
STDMETHOD(QueryService)(REFGUID svc, REFIID riid, void**ppv) override
|
||||
{
|
||||
return IUnknown_QueryService(m_site, svc, riid, ppv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue