mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[SHELL32]
- Fix copy paste mistake in CDesktopFolder svn path=/trunk/; revision=68868
This commit is contained in:
parent
a54882acc1
commit
1bde745c4e
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ HRESULT WINAPI CDesktopFolder::FinalConstruct()
|
|||
if (FAILED(hr))
|
||||
return hr;
|
||||
|
||||
hr = m_DesktopFSFolder->QueryInterface(IID_PPV_ARG(IPersistFolder3, &ppf3));
|
||||
hr = m_SharedDesktopFSFolder->QueryInterface(IID_PPV_ARG(IPersistFolder3, &ppf3));
|
||||
if (FAILED(hr))
|
||||
return hr;
|
||||
|
||||
|
|
Loading…
Reference in a new issue