]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them
[wxWidgets.git] / include / wx / hash.h
index e154046cf5e447a5b543124b699b2057ac6a084c..a223f99968399bc8e973a155383b3be72bc3a125 100644 (file)
@@ -40,6 +40,8 @@ class WXDLLEXPORT wxHashTable: public wxObject
 
   wxHashTable(int the_key_type = wxKEY_INTEGER, int size = 1000);
   ~wxHashTable(void);
+  
+  void Destroy(void);  // Robert Roebling
 
   bool Create(int the_key_type = wxKEY_INTEGER, int size = 1000);