Index: compiled/filter/ElemHideException.cpp |
=================================================================== |
--- a/compiled/filter/ElemHideException.cpp |
+++ b/compiled/filter/ElemHideException.cpp |
@@ -15,12 +15,12 @@ |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
#include "ElemHideException.h" |
ABP_NS_USING |
ElemHideException::ElemHideException(const String& text, |
- const ElemHideData& data) |
- : ElemHideBase(classType, text, data) |
+ const ElemHideData& data, const ParsedDomains& parsedDomains) |
+ : ElemHideBase(classType, text, data, parsedDomains) |
{ |
} |