Remove unnecessary annotations from IUnknownImpl::QueryInterface

This commit is contained in:
Adam Sawicki 2021-10-06 11:31:26 +02:00
parent 130d61cc58
commit 54f99001d2

View File

@ -123,7 +123,7 @@ namespace D3D12MA
class IUnknownImpl : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, _COM_Outptr_ void __RPC_FAR *__RPC_FAR *ppvObject);
virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject);
virtual ULONG STDMETHODCALLTYPE AddRef();
virtual ULONG STDMETHODCALLTYPE Release();
protected: