]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
I got tired of some of the memory leak messages related to html and
[wxWidgets.git] / include / wx / treectrl.h
index 8bd9bdd3d46ce782c96c2054abc833e2b9ab3cea..b6d81ef686c25dad112a37eb459c340451c5cdef 100644 (file)
@@ -8,6 +8,16 @@
 #include "wx/control.h"
 #include "wx/event.h"
 
+// ----------------------------------------------------------------------------
+// constants
+// ----------------------------------------------------------------------------
+
+#ifdef __WXMSW__
+WXDLLEXPORT_DATA(extern const char*) wxTreeCtrlNameStr;
+#else
+#define wxTreeCtrlNameStr "wxTreeCtrl"
+#endif
+
 // ----------------------------------------------------------------------------
 // include the platform-dependent wxTreeCtrl class
 // ----------------------------------------------------------------------------