X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d84afea9d1ec41ee4e2ebb3bf6b87926cf5f04d1..10769d8c47c21fe0ec5034726791a5ad4cf19475:/include/wx/hash.h diff --git a/include/wx/hash.h b/include/wx/hash.h index 557238d6a4..a42138a438 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -127,6 +127,9 @@ public: // and the wasFound is set to FALSE if not NULL wxString Get(long key, bool *wasFound = NULL) const; + // remove the item, returning TRUE if the item was found and deleted + bool Delete(long key) const; + // clean up void Destroy();