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