Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: compiled/filter/Filter.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: Fix debug.h to be aligned with assert2 (define vs function) and get rid of a warning in generator.cpp Created Nov. 21, 2017, 2:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld