]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebase.h
made wxList methods return compatibility_iterator instead of Node * to further reduce...
[wxWidgets.git] / include / wx / treebase.h
index bd9ae42ff0c30a733219ba870b1220dda2301cc2..445b4c28bc3e01a18cbdaac55eb7addc45959c15 100644 (file)
@@ -216,7 +216,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 wxChar) wxTreeCtrlNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxTreeItemAttr: a structure containing the visual attributes of an item