removed a :: from WX_CLEAR_HASHMAP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-11 19:01:55 +00:00
parent bac6f2348d
commit 486f0e76c2

View File

@ -579,7 +579,7 @@ public: \
// count on it)!
#define WX_CLEAR_HASH_MAP(type, hashmap) \
{ \
type##::iterator it, en; \
type::iterator it, en; \
for( it = (hashmap).begin(), en = (hashmap).end(); it != en; ++it ) \
delete it->second; \
(hashmap).clear(); \