git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13190
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class wxTreeItemIndirectData *data);
bool HasIndirectData(const wxTreeItemId& item) const;
bool IsDataIndirect(wxTreeItemData *data) const
class wxTreeItemIndirectData *data);
bool HasIndirectData(const wxTreeItemId& item) const;
bool IsDataIndirect(wxTreeItemData *data) const
- { return data->GetId().m_pItem == 0; }
+ { return data && data->GetId().m_pItem == 0; }
// the hash storing the items attributes (indexed by items ids)
wxHashTable m_attrs;
// the hash storing the items attributes (indexed by items ids)
wxHashTable m_attrs;