Fixed missing reference to wxTreeCtrlnameStr when linking treectrl sample

by adding #include "wx/treectrl.h" to data.cpp.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2002-12-14 14:16:14 +00:00
parent 3fe5213e43
commit 74fbdb9e3b

View File

@@ -22,6 +22,7 @@
#ifndef WX_PRECOMP
#include "wx/wx.h"
#include "wx/treectrl.h"
#endif
#include "wx/prntbase.h"