 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/ElemHideFilter.cpp | 
| diff --git a/compiled/filter/ElemHideFilter.cpp b/compiled/filter/ElemHideFilter.cpp | 
| index 0137b1a96c3fdd4ca623013b1b6a25d33d885954..77caab8bc9a3e6cbf3588ebf2aacc235884f1d32 100644 | 
| --- a/compiled/filter/ElemHideFilter.cpp | 
| +++ b/compiled/filter/ElemHideFilter.cpp | 
| @@ -17,6 +17,8 @@ | 
| #include "ElemHideFilter.h" | 
| +ABP_NS_USING | 
| + | 
| ElemHideFilter::ElemHideFilter(const String& text, const ElemHideData& data) | 
| : ElemHideBase(classType, text, data) | 
| { |