Fixed blatant non-initialisation bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-05 11:45:03 +00:00
parent 87798c0030
commit 4767810533

View File

@@ -507,6 +507,7 @@ MyTreeCtrl::MyTreeCtrl(wxWindow *parent, const wxWindowID id,
: wxTreeCtrl(parent, id, pos, size, style)
{
m_reverseSort = FALSE;
m_imageListNormal = NULL;
CreateImageList();