 Issue 29613616:
  Issue 6064 - Put C++ code into a configurable namespace  (Closed) 
  Base URL: https://github.com/adblockplus/adblockpluscore.git
    
  
    Issue 29613616:
  Issue 6064 - Put C++ code into a configurable namespace  (Closed) 
  Base URL: https://github.com/adblockplus/adblockpluscore.git
| Index: compiled/filter/WhitelistFilter.h | 
| diff --git a/compiled/filter/WhitelistFilter.h b/compiled/filter/WhitelistFilter.h | 
| index bb2c41c19b2070faf31542cdb0c0232e29a0f2e5..c29f8f8f69c274751e185935c93be4ca8f5a4014 100644 | 
| --- a/compiled/filter/WhitelistFilter.h | 
| +++ b/compiled/filter/WhitelistFilter.h | 
| @@ -17,10 +17,15 @@ | 
| #pragma once | 
| +#include "../base.h" | 
| #include "RegExpFilter.h" | 
| +ABP_NS_BEGIN | 
| + | 
| class WhitelistFilter : public RegExpFilter | 
| { | 
| public: | 
| explicit WhitelistFilter(const String& text, const RegExpFilterData& data); | 
| }; | 
| + | 
| +ABP_NS_END |