msdaps: Use proper method macro.

This commit is contained in:
Nikolay Sivov 2012-08-24 12:39:51 +04:00 committed by Alexandre Julliard
parent 78c8fe0db2
commit 39bee356ee

View file

@ -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;
}