]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
Include wx/toplevel.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / include / wx / hashmap.h
index 14e5619e6a9563f72ccf3213214865f742785447..b6ff1455e2ddaec6ab3bdc9da6188447a92685d7 100644 (file)
@@ -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; } \