#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
+#if wxUSE_TREECTRL
+
#include "wx/treebase.h"
#include "wx/settings.h"
#include "wx/log.h"
: wxNotifyEvent(commandType, id)
{
m_code = 0;
- m_itemOld = 0;
+ m_itemOld = 0l;
}
+#endif // wxUSE_TREECTRL