 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/Filter.cpp | 
| diff --git a/compiled/filter/Filter.cpp b/compiled/filter/Filter.cpp | 
| index f929366feb6b01007ff91cf4fd46e9e06c74226c..d4aafd6b77036e8d9479e350ce5270f73877a930 100644 | 
| --- a/compiled/filter/Filter.cpp | 
| +++ b/compiled/filter/Filter.cpp | 
| @@ -27,6 +27,8 @@ | 
| #include "ElemHideEmulationFilter.h" | 
| #include "../StringMap.h" | 
| +ABP_NS_USING | 
| + | 
| namespace | 
| { | 
| StringMap<Filter*> knownFilters(8192); |