projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added Set{Position,Size} to wxRect.
[wxWidgets.git]
/
include
/
wx
/
hash.h
diff --git
a/include/wx/hash.h
b/include/wx/hash.h
index 557238d6a410a0aead0bc2b7a4b27895edb184a8..a42138a438ba540fa39d39ec84937fa73f8952c1 100644
(file)
--- 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();