 Issue 29581588:
  Issue 5258 - Add typedefs for smart pointers referring to all filter and subscription classes  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore
    
  
    Issue 29581588:
  Issue 5258 - Add typedefs for smart pointers referring to all filter and subscription classes  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore| Index: compiled/filter/BlockingFilter.h | 
| =================================================================== | 
| --- a/compiled/filter/BlockingFilter.h | 
| +++ b/compiled/filter/BlockingFilter.h | 
| @@ -20,8 +20,10 @@ | 
| #include "RegExpFilter.h" | 
| class BlockingFilter : public RegExpFilter | 
| { | 
| public: | 
| static constexpr Type classType = Type::BLOCKING; | 
| explicit BlockingFilter(const String& text, const RegExpFilterData& data); | 
| }; | 
| + | 
| +typedef intrusive_ptr<BlockingFilter> BlockingFilterPtr; |