| Index: compiled/ElemHideException.h | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/compiled/ElemHideException.h | 
| @@ -0,0 +1,13 @@ | 
| +#pragma once | 
| + | 
| +#include <cstddef> | 
| + | 
| +#include "Filter.h" | 
| +#include "ElemHideBase.h" | 
| + | 
| +class ElemHideException: public ElemHideBase | 
| +{ | 
| +public: | 
| + ElemHideException(const String& text, const ElemHideBaseData& data); | 
| + Type GetType() const; | 
| +}; |