msdaps: Use proper method macro.
This commit is contained in:
parent
78c8fe0db2
commit
39bee356ee
|
@ -895,7 +895,7 @@ static HRESULT WINAPI rowsetlocate_QueryInterface(IRowsetLocate *iface, REFIID i
|
|||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
IRowset_AddRef(iface);
|
||||
IRowsetLocate_AddRef(iface);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue