Index: src/plugin/AdblockPlusClient.h |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.h |
+++ b/src/plugin/AdblockPlusClient.h |
@@ -41,17 +41,17 @@ public: |
bool ShouldBlock(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 IsUrlWhiteListed(const CString& url); |
int GetIEVersion(); |
bool Matches(const std::string& url, const std::string& contentType, const std::string& domain); |
- std::vector<std::string> GetElementHidingSelectors(std::string domain); |
+ std::vector<std::string> GetElementHidingSelectors(const std::string& domain); |
std::vector<AdblockPlus::SubscriptionPtr> FetchAvailableSubscriptions(); |
std::vector<AdblockPlus::FilterPtr> GetListedFilters(); |
AdblockPlus::FilterPtr GetFilter(std::string text); |
std::vector<AdblockPlus::SubscriptionPtr> GetListedSubscriptions(); |
AdblockPlus::SubscriptionPtr GetSubscription(std::string url); |
}; |
#endif // _SIMPLE_ADBLOCK_CLIENT_H_ |