]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
Initial commit for Laurent Humbertclaude's Windows slave.
[wxWidgets.git] / include / wx / hashmap.h
index c6f6b0c20a10cd6a26f8040f6565c80324f8e46d..1c11d75f803cd04746224095860c334fc84e9312 100644 (file)
@@ -425,6 +425,8 @@ protected: \
 CLASSEXP CLASSNAME \
 { \
 public: \
+    typedef KEY_T first_type; \
+    typedef VALUE_T second_type; \
     typedef KEY_T t1; \
     typedef VALUE_T t2; \
     typedef const KEY_T const_t1; \