mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +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))
|
if (FAILED(hr))
|
||||||
return hr;
|
return hr;
|
||||||
|
|
||||||
hr = m_DesktopFSFolder->QueryInterface(IID_PPV_ARG(IPersistFolder3, &ppf3));
|
hr = m_SharedDesktopFSFolder->QueryInterface(IID_PPV_ARG(IPersistFolder3, &ppf3));
|
||||||
if (FAILED(hr))
|
if (FAILED(hr))
|
||||||
return hr;
|
return hr;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue