Index: compiled/filter/ElemHideException.h |
=================================================================== |
--- a/compiled/filter/ElemHideException.h |
+++ b/compiled/filter/ElemHideException.h |
@@ -21,12 +21,13 @@ |
#include "Filter.h" |
#include "ElemHideBase.h" |
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; |