diff --git a/include/wx/list.h b/include/wx/list.h index 8b67ccbd88bc..22446a2dd460 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -831,7 +831,6 @@ friend class wxHashTableBase; // should be able to call untyped Find() typedef const value_type& reference; \ \ typedef nodetype Node; \ - typedef const value_type& const_reference; \ typedef const_iterator itor; \ \ Node* m_node; \ @@ -927,7 +926,6 @@ friend class wxHashTableBase; // should be able to call untyped Find() \ typedef nodetype Node; \ typedef const_reverse_iterator itor; \ - typedef const value_type& const_reference; \ \ Node* m_node; \ Node* m_init; \