]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
deprecate OnScroll() which existed for compatibility only even before
[wxWidgets.git] / include / wx / hash.h
index e825e0c2d1acdf724f9a9acf966206c0bc6c2a82..3eb539e9d38b47fbf1955fe08e17008265895cc9 100644 (file)
@@ -287,7 +287,7 @@ private:
 // and this one does exactly the same thing but should be used inside the
 // library
 #define WX_DECLARE_EXPORTED_HASH(el, list, hash)  \
-    _WX_DECLARE_HASH(el, list, hash, class WXDLLEXPORT)
+    _WX_DECLARE_HASH(el, list, hash, class WXDLLIMPEXP_CORE)
 
 #define WX_DECLARE_USER_EXPORTED_HASH(el, list, hash, usergoo)  \
     _WX_DECLARE_HASH(el, list, hash, class usergoo)