diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index 14e5619e6a..b6ff1455e2 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -202,6 +202,7 @@ public: \ { \ public: \ const_iterator() : Iterator() {} \ + const_iterator(iterator i) : Iterator(i) {} \ const_iterator( Node* node, const Self* ht ) \ : Iterator( node, (Self*)ht ) {} \ const_iterator& operator++() { PlusPlus();return *this; } \