]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
fix getting tooltip colors for GTK 2.11
[wxWidgets.git] / include / wx / hashmap.h
index 1cff98219b868f71080b074a7e474f250e01c082..47d583b840b84de620cb42ef911f38d0dee8c393 100644 (file)
@@ -144,8 +144,6 @@ public: \
         value_type m_value; \
     }; \
  \
-    CLASSEXP Iterator; \
-    friend CLASSEXP Iterator; \
 protected: \
     static void DeleteNode( _wxHashTable_NodeBase* node ) \
     { \
@@ -186,6 +184,7 @@ public: \
             m_node = next ? next : GetNextNode(); \
         } \
     }; \
+    friend class Iterator; \
  \
 public: \
     CLASSEXP iterator : public Iterator \