Index: compiled/ElemHideException.cpp |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/compiled/ElemHideException.cpp |
@@ -0,0 +1,12 @@ |
+#include "ElemHideException.h" |
+ |
+ElemHideException::ElemHideException(const String& text, |
+ String::size_type domainsEnd, String::size_type selectorStart) |
+ : ElemHideBase(text, domainsEnd, selectorStart) |
+{ |
+} |
+ |
+Filter::Type ElemHideException::GetType() const |
+{ |
+ return Type::ELEMHIDEEXCEPTION; |
+} |