 Issue 29574591:
  Issue 5258 - Implement Filter::As<>() method to make working with filters easier from C++ code  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore
    
  
    Issue 29574591:
  Issue 5258 - Implement Filter::As<>() method to make working with filters easier from C++ code  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore| Index: compiled/filter/WhitelistFilter.h | 
| =================================================================== | 
| --- a/compiled/filter/WhitelistFilter.h | 
| +++ b/compiled/filter/WhitelistFilter.h | 
| @@ -17,10 +17,11 @@ | 
| #pragma once | 
| #include "RegExpFilter.h" | 
| class WhitelistFilter : public RegExpFilter | 
| { | 
| public: | 
| + static constexpr Type classType = Type::WHITELIST; | 
| explicit WhitelistFilter(const String& text, const RegExpFilterData& data); | 
| }; |