mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
Use C++17 by default
Plus C++ standard conformance fixes.
This commit is contained in:
@@ -320,7 +320,7 @@ bool CMenuContainer::DragOut( int index, bool bApp )
|
||||
|
||||
// force synchronous operation
|
||||
{
|
||||
CComQIPtr<IDataObjectAsyncCapability> pAsync=pDataObj;
|
||||
CComQIPtr<IDataObjectAsyncCapability> pAsync(pDataObj);
|
||||
if (pAsync)
|
||||
pAsync->SetAsyncMode(FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user