 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/ElemHideEmulation.cpp | 
| diff --git a/compiled/ElemHideEmulation.cpp b/compiled/ElemHideEmulation.cpp | 
| index 3786a2d366682110cff51a49307ef8aa31fa4c12..79f7c52921c506c352ef2cbad00454ba9bfd4a13 100644 | 
| --- a/compiled/ElemHideEmulation.cpp | 
| +++ b/compiled/ElemHideEmulation.cpp | 
| @@ -18,6 +18,8 @@ | 
| #include "ElemHide.h" | 
| #include "ElemHideEmulation.h" | 
| +ABP_NS_USING | 
| + | 
| void ElemHideEmulation::Add(ElemHideBase& filter) | 
| { | 
| mFilters[filter.GetText()] = ElemHideBasePtr(&filter); |