 Issue 29384812:
  Issue 4127 - [emscripten] Convert subscription classes to C++ - Part 1  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore
    
  
    Issue 29384812:
  Issue 4127 - [emscripten] Convert subscription classes to C++ - Part 1  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore| Index: compiled/filter/Filter.h | 
| =================================================================== | 
| --- a/compiled/filter/Filter.h | 
| +++ b/compiled/filter/Filter.h | 
| @@ -34,16 +34,17 @@ public: | 
| UNKNOWN = 0, | 
| INVALID = 1, | 
| COMMENT = 2, | 
| BLOCKING = 3, | 
| WHITELIST = 4, | 
| ELEMHIDE = 5, | 
| ELEMHIDEEXCEPTION = 6, | 
| ELEMHIDEEMULATION = 7, | 
| + MAXTYPE = 7 | 
| }; | 
| explicit Filter(Type type, const String& text); | 
| ~Filter(); | 
| Type mType; | 
| /* TODO |