| Index: src/plugin/AdblockPlusClient.h |
| =================================================================== |
| --- a/src/plugin/AdblockPlusClient.h |
| +++ b/src/plugin/AdblockPlusClient.h |
| @@ -49,7 +49,7 @@ |
| // Removes the url from the list of whitelisted urls if present |
| // Only called from ui thread |
| - bool ShouldBlock(CString src, int contentType, const CString& domain, bool addDebug=false); |
| + bool ShouldBlock(const CString& src, int contentType, const CString& domain, bool addDebug=false); |
| bool IsElementHidden(const CString& tag, IHTMLElement* pEl, const CString& domain, const CString& indent, CPluginFilter* filter); |
| bool IsWhitelistedUrl(const std::wstring& url); |