mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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
Block a user