]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/protocol.h
wxNotebook compilation fix
[wxWidgets.git] / include / wx / protocol / protocol.h
index b6729536903305abdead539cc9508af24313bbca..f9d105406d180308f748797cdaf73300e4c56f0f 100644 (file)
@@ -53,7 +53,7 @@ protected:
 
   friend class wxURL;
 public:
-  wxProtoInfo(const char *name, const char *serv_name, const bool need_host1,
+  wxProtoInfo(const wxChar *name, const wxChar *serv_name, const bool need_host1,
               wxClassInfo *info);
 };
 
@@ -69,7 +69,7 @@ public:
   virtual bool Abort() = 0;
   virtual wxInputStream *GetInputStream(const wxString& path) = 0;
   virtual wxProtocolError GetError() = 0;
-  virtual wxString GetContentType() { return (char *)NULL; }
+  virtual wxString GetContentType() { return wxEmptyString; }
   virtual void SetUser(const wxString& WXUNUSED(user)) {}
   virtual void SetPassword(const wxString& WXUNUSED(passwd) ) {}
 };