DescriptionIssue #1234 - Remove CString from ShouldBlock(), IsElementHidden() declarations
Changed from CString to std::wstring in the following declarations:
- CAdblockPlusClient::IsElementHidden()
- CAdblockPlusClient::ShouldBlock()
- CAdblockPlusClient::m_cacheBlockedSources
- CPluginFilter::IsElementHidden()
- CPluginFilter::ShouldBlock()
The function bodies in CAdblockPlusClient have been converted away from CString,
although those in CPluginFilter have not.
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
MessagesTotal messages: 6
|