]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
trying to fix memory leak in wxListCtrl (attributes not deleted)
[wxWidgets.git] / include / wx / hash.h
index 2e17fb019c96ffa174f15744cb5c322a0cf7cbbe..e5450054f07b57091672ef60ec5650bc0170a826 100644 (file)
@@ -104,7 +104,7 @@ class WXDLLEXPORT wxHashTable: public wxObject
 
  private:
    size_t m_count;             // number of elements in the hashtable
-
+   bool m_deleteContents;
 };
 
 #endif