]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebase.h
removed SetVirtualSizeHints() and related code
[wxWidgets.git] / include / wx / treebase.h
index c70691455852880bc956a29f57a678c4faacca96..991a856fad17d534f758c5e2593750fbe4dae034 100644 (file)
@@ -220,7 +220,7 @@ static const int wxTREE_HITTEST_ONITEM  = wxTREE_HITTEST_ONITEMICON |
                                           wxTREE_HITTEST_ONITEMLABEL;
 
 // tree ctrl default name
-extern WXDLLEXPORT_DATA(const wxChar) wxTreeCtrlNameStr[];
+extern WXDLLEXPORT_DATA(const char) wxTreeCtrlNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxTreeItemAttr: a structure containing the visual attributes of an item