| Index: src/plugin/PluginWbPassThrough.h |
| =================================================================== |
| --- a/src/plugin/PluginWbPassThrough.h |
| +++ b/src/plugin/PluginWbPassThrough.h |
| @@ -18,7 +18,7 @@ |
| int GetContentTypeFromMimeType(CString mimeType); |
| int GetContentTypeFromURL(CString src); |
| - int GetContentType(CString mimeType, CString domain, CString src); |
| + int GetContentType(CString mimeType, std::wstring domain, CString src); |
| public: |
| BEGIN_COM_MAP(WBPassthruSink) |
| COM_INTERFACE_ENTRY(IHttpNegotiate) |