 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/bindings/main.cpp | 
| diff --git a/compiled/bindings/main.cpp b/compiled/bindings/main.cpp | 
| index 657c134b4b5bc3c4d164384483b2656a4b07235d..455fc4834db519f8f987e65dcb844cd5e783938d 100644 | 
| --- a/compiled/bindings/main.cpp | 
| +++ b/compiled/bindings/main.cpp | 
| @@ -36,6 +36,8 @@ | 
| #include "../storage/FilterStorage.h" | 
| #include "../FilterNotifier.h" | 
| +ABP_NS_USING | 
| + | 
| int main() | 
| { | 
| try |