Added Delete member to wxStringHashTable in order to implement
authorJulian Smart <julian@anthemion.co.uk>
Wed, 5 Jun 2002 21:06:18 +0000 (21:06 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 5 Jun 2002 21:06:18 +0000 (21:06 +0000)
commit53e112a093bb479c8032fad7467690196c67c2c6
treeb12cd04f7e8bf6e9462027602cd8b91c03f79f99
parent4bb081fd23dc73d1bc005f67649c9eb0d244dc14
Added Delete member to wxStringHashTable in order to implement
wxHelpProvider::RemoveHelp, which is now called from ~wxWindowBase.
Without cleaning up the hash tables, reused window addresses will cause
the CS help to fail rather comically over time.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/html/faqgen.htm
docs/html/faqgtk.htm
docs/html/faqmac.htm
docs/html/platform.htm
include/wx/cshelp.h
include/wx/hash.h
src/common/cshelp.cpp
src/common/hash.cpp