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

Unified Diff: compiled/filter/BlockingFilter.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/BlockingFilter.cpp
diff --git a/compiled/filter/BlockingFilter.cpp b/compiled/filter/BlockingFilter.cpp
index 5647364a90e7d8c88867aaba3012092f910ef7d7..a3d8122d1b53c547169ad3fda7a4e6f738a2f507 100644
--- a/compiled/filter/BlockingFilter.cpp
+++ b/compiled/filter/BlockingFilter.cpp
@@ -17,6 +17,8 @@
#include "BlockingFilter.h"
+ABP_NS_USING
+
BlockingFilter::BlockingFilter(const String& text,
const RegExpFilterData& data)
: RegExpFilter(Type::BLOCKING, text, data)

Powered by Google App Engine
This is Rietveld