diff --git a/dll/win32/browseui/shellbrowser.cpp b/dll/win32/browseui/shellbrowser.cpp index d5214d3700b..7dee374fbbf 100644 --- a/dll/win32/browseui/shellbrowser.cpp +++ b/dll/win32/browseui/shellbrowser.cpp @@ -3352,7 +3352,7 @@ LRESULT CShellBrowser::RelayCommands(UINT uMsg, WPARAM wParam, LPARAM lParam, BO static HRESULT ExplorerMessageLoop(IEThreadParamBlock * parameters) { - CComPtr> theCabinet; + CComPtr< CComObject > theCabinet; HRESULT hResult; MSG Msg; BOOL Ret;