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/trunk@18228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2002-12-14 14:16:14 +00:00
parent 2c0a4e08a3
commit 196f463f62

View File

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