]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/http.h
compilation fixes
[wxWidgets.git] / include / wx / protocol / http.h
index 05ab817ac5f02c9e6109fd5ca33f10d336d98cd2..b3ee9a5384b41137146792d9cea2e720a40d8554 100644 (file)
 #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();