git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50725
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
CHOOSECOLOR chooseColorStruct;
memset(&chooseColorStruct, 0, sizeof(CHOOSECOLOR));
CHOOSECOLOR chooseColorStruct;
memset(&chooseColorStruct, 0, sizeof(CHOOSECOLOR));
// and transfer data from m_colourData to it
COLORREF custColours[16];
// and transfer data from m_colourData to it
COLORREF custColours[16];
const int id = (signed short)id_;
// ignore commands from the menu title
const int id = (signed short)id_;
// ignore commands from the menu title
- if ( id != idMenuTitle )
+ if ( id != (int)idMenuTitle )
{
// update the check item when it's clicked
wxMenuItem * const item = FindItem(id);
{
// update the check item when it's clicked
wxMenuItem * const item = FindItem(id);