Index: compiled/filter/ElemHideException.h |
=================================================================== |
--- a/compiled/filter/ElemHideException.h |
+++ b/compiled/filter/ElemHideException.h |
@@ -24,14 +24,15 @@ |
#include "ElemHideBase.h" |
ABP_NS_BEGIN |
class ElemHideException: public ElemHideBase |
{ |
public: |
static constexpr Type classType = Type::ELEMHIDEEXCEPTION; |
- explicit ElemHideException(const String& text, const ElemHideData& data); |
+ explicit ElemHideException(const String& text, const ElemHideData& data, |
+ const ParsedDomains& parsedDomains); |
}; |
typedef intrusive_ptr<ElemHideException> ElemHideExceptionPtr; |
ABP_NS_END |