X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6788ecb8a99b15c454c345fb0dac9cd11a84cd6e..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/hash.h diff --git a/include/wx/hash.h b/include/wx/hash.h index 873536e139..5868ef8dff 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -297,5 +297,8 @@ private: #define WX_DECLARE_EXPORTED_HASH(el, list, hash) \ _WX_DECLARE_HASH(el, list, hash, class WXDLLEXPORT) +#define WX_DECLARE_USER_EXPORTED_HASH(el, list, hash, usergoo) \ + _WX_DECLARE_HASH(el, list, hash, class usergoo) + #endif // _WX_HASH_H__