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:
parent
bac6f2348d
commit
486f0e76c2
@ -579,7 +579,7 @@ public: \
|
|||||||
// count on it)!
|
// count on it)!
|
||||||
#define WX_CLEAR_HASH_MAP(type, hashmap) \
|
#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 ) \
|
for( it = (hashmap).begin(), en = (hashmap).end(); it != en; ++it ) \
|
||||||
delete it->second; \
|
delete it->second; \
|
||||||
(hashmap).clear(); \
|
(hashmap).clear(); \
|
||||||
|
Loading…
Reference in New Issue
Block a user