]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed blatant non-initialisation bug
authorJulian Smart <julian@anthemion.co.uk>
Sun, 5 Mar 2000 11:45:03 +0000 (11:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 5 Mar 2000 11:45:03 +0000 (11:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/treectrl/treetest.cpp

index 2b46734d3fc6429701b20dae67be268411293724..9a0b6e0b30ae0c1d01a1a65a6030a2ffd9ed483a 100644 (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();