Remove unnecessary annotations from IUnknownImpl::QueryInterface in CPP file

This commit is contained in:
Adam Sawicki 2021-10-07 16:09:23 +02:00
parent bd4c39f8ac
commit 44b43df7c7

View File

@ -5826,7 +5826,7 @@ void AllocatorPimpl::WriteBudgetToJson(JsonWriter& json, const Budget& budget)
////////////////////////////////////////////////////////////////////////////////
// Public but internal class IUnknownImpl implementation
HRESULT STDMETHODCALLTYPE IUnknownImpl::QueryInterface(REFIID riid, _COM_Outptr_ void __RPC_FAR* __RPC_FAR* ppvObject)
HRESULT STDMETHODCALLTYPE IUnknownImpl::QueryInterface(REFIID riid, void** ppvObject)
{
if(ppvObject == NULL)
return E_POINTER;