[SHELL32]

- Addendum to r68202
CORE-9839

svn path=/trunk/; revision=68208
This commit is contained in:
Thomas Faber 2015-06-20 15:23:25 +00:00
parent 22d0c7022c
commit 3a77e2ede5

View file

@ -640,7 +640,7 @@ HRESULT WINAPI CDesktopFolder::GetUIObjectOf(
if (cidl != 1 || FAILED(hr = this->_GetDropTarget(apidl[0], (LPVOID*) &pObj)))
{
IDropTarget * pDt = NULL;
hr = this->QueryInterface(IID_PPV_ARG(IDropTarget, &pDt));
hr = ShellObjectCreatorInit<CDesktopFolderDropTarget>(this, IID_IDropTarget, &pDt);
pObj = pDt;
}
}