| Index: compiled/filter/ElemHideException.h |
| =================================================================== |
| --- a/compiled/filter/ElemHideException.h |
| +++ b/compiled/filter/ElemHideException.h |
| @@ -20,10 +20,11 @@ |
| #include <cstddef> |
| #include "Filter.h" |
| #include "ElemHideBase.h" |
| class ElemHideException: public ElemHideBase |
| { |
| public: |
| + static constexpr Type classType = Type::ELEMHIDEEXCEPTION; |
| explicit ElemHideException(const String& text, const ElemHideData& data); |
| }; |