mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-17 13:23:04 +10:00
Fix compilation with VS16.6
This commit is contained in:
@@ -182,7 +182,7 @@ HRESULT STDMETHODCALLTYPE CMenuAccessible::accSelect( long flagsSelect, VARIANT
|
|||||||
int index=varChild.lVal-1;
|
int index=varChild.lVal-1;
|
||||||
if (index<0 || index>=(int)m_pOwner->m_Items.size())
|
if (index<0 || index>=(int)m_pOwner->m_Items.size())
|
||||||
return S_FALSE;
|
return S_FALSE;
|
||||||
m_pOwner->ActivateItem(index,CMenuContainer::ACTIVATE_SELECT,NULL,false);
|
m_pOwner->ActivateItem(index,CMenuContainer::ACTIVATE_SELECT,NULL);
|
||||||
}
|
}
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user