X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3952889a9022dfa7ae4fa635b5f267fe13016d48..1832043f93af07af3f4891d9a95c4d4e1f70eec5:/include/wx/hashmap.h 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; } \