compilation fix for the generic version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4de422dcd5
commit
e97320d40d
@ -661,7 +661,7 @@ void MyTreeCtrl::OnEndDrag(wxTreeEvent& event)
|
||||
{
|
||||
wxTreeItemId itemSrc = m_draggedItem,
|
||||
itemDst = event.GetItem();
|
||||
m_draggedItem = 0;
|
||||
m_draggedItem = (wxTreeItemId)0l;
|
||||
|
||||
// where to copy the item?
|
||||
if ( itemDst.IsOk() && !ItemHasChildren(itemDst) )
|
||||
|
Loading…
Reference in New Issue
Block a user