]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed missing reference to wxTreeCtrlnameStr when linking treectrl sample
authorMattia Barbon <mbarbon@cpan.org>
Sat, 14 Dec 2002 14:16:14 +0000 (14:16 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 14 Dec 2002 14:16:14 +0000 (14:16 +0000)
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

src/msw/data.cpp

index 214436ae31f627a6a7586d119c2129a35e7c77b5..9054924ba6e5075e86471fd37bca104d7f52931b 100644 (file)
@@ -22,6 +22,7 @@
 
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
+#include "wx/treectrl.h"
 #endif
 
 #include "wx/prntbase.h"
 #endif
 
 #include "wx/prntbase.h"