| Index: compiled/ElemHideException.h | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/compiled/ElemHideException.h | 
| @@ -0,0 +1,18 @@ | 
| +#ifndef ADBLOCK_PLUS_ELEM_HIDE_EXCEPTION_H | 
| +#define ADBLOCK_PLUS_ELEM_HIDE_EXCEPTION_H | 
| + | 
| +#include <cstddef> | 
| +#include <string> | 
| + | 
| +#include "Filter.h" | 
| +#include "ElemHideBase.h" | 
| + | 
| +class ElemHideException: public ElemHideBase | 
| +{ | 
| +public: | 
| + ElemHideException(const std::u16string& text, size_t domainsEnd, | 
| + size_t selectorStart); | 
| + Type GetType() const; | 
| +}; | 
| + | 
| +#endif |