warnings for mingw32 compilation fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1444,7 +1444,7 @@ bool wxTreeCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
|
||||
"message"), tv->action);
|
||||
}
|
||||
|
||||
bool ing = (hdr->code == TVN_ITEMEXPANDING);
|
||||
bool ing = ((int)hdr->code == TVN_ITEMEXPANDING);
|
||||
eventType = g_events[expand][ing];
|
||||
|
||||
event.m_item = (WXHTREEITEM) tv->itemNew.hItem;
|
||||
|
Reference in New Issue
Block a user