X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5692876f3b45c8f141ea961f0a206b0c2248bc6d..695237bccd652c60deba347117ba5ab32067880c:/include/wx/hash.h diff --git a/include/wx/hash.h b/include/wx/hash.h index 2e17fb019c..e5450054f0 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -104,7 +104,7 @@ class WXDLLEXPORT wxHashTable: public wxObject private: size_t m_count; // number of elements in the hashtable - + bool m_deleteContents; }; #endif