Commit 39bee356 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msdaps: Use proper method macro.

parent 78c8fe0d
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment