 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/BlockingFilter.h | 
| diff --git a/compiled/filter/BlockingFilter.h b/compiled/filter/BlockingFilter.h | 
| index 442cbdb691ad619fddd548ab5bcf22dc6b2cf369..362de429ab53fb75d6c99ac42239c3d38a895825 100644 | 
| --- a/compiled/filter/BlockingFilter.h | 
| +++ b/compiled/filter/BlockingFilter.h | 
| @@ -17,10 +17,15 @@ | 
| #pragma once | 
| +#include "../base.h" | 
| #include "RegExpFilter.h" | 
| +ABP_NS_BEGIN | 
| + | 
| class BlockingFilter : public RegExpFilter | 
| { | 
| public: | 
| explicit BlockingFilter(const String& text, const RegExpFilterData& data); | 
| }; | 
| + | 
| +ABP_NS_END |