X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71414756b2cb4d64ee167e61f3fa4854c4f2a85b..d566b182a54ff3bba1bfc71e235bb1f46996766c:/include/wx/protocol/http.h?ds=sidebyside diff --git a/include/wx/protocol/http.h b/include/wx/protocol/http.h index 05ab817ac5..b3ee9a5384 100644 --- a/include/wx/protocol/http.h +++ b/include/wx/protocol/http.h @@ -18,9 +18,10 @@ #include "wx/hashmap.h" #include "wx/protocol/protocol.h" -WX_DECLARE_EXPORTED_STRING_HASH_MAP( wxString, wxStringToStringHashMap ); +WX_DECLARE_STRING_HASH_MAP_WITH_DECL( wxString, wxStringToStringHashMap, + class WXDLLIMPEXP_NET ); -class WXDLLIMPEXP_BASE wxHTTP : public wxProtocol +class WXDLLIMPEXP_NET wxHTTP : public wxProtocol { public: wxHTTP();