X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7ad5a0289b22d16a67b9fc2efe1a721e4a5a1ae..18e9c453ef4791c790af3898f556186c4b1226e5:/include/wx/hashmap.h?ds=sidebyside diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index 1c11d75f80..e2e56195fe 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -679,7 +679,6 @@ public: \ size_type erase( const key_type& k ) \ { return CLASSNAME##_wxImplementation_HashTable::erase( k ); } \ void erase( const iterator& it ) { erase( it->first ); } \ - void erase( const const_iterator& it ) { erase( it->first ); } \ \ /* count() == 0 | 1 */ \ size_type count( const const_key_type& key ) \