X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6a46bb028005a34eb47dfb0374ef5a02c6e05cb..0ca422ef4c7cfffd54d4b53d950362d00ae7b5d9:/include/wx/hashmap.h diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index c6f6b0c20a..1c11d75f80 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -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; \