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