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: rebase Created Dec. 12, 2017, 12:45 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
« no previous file with comments | « compiled/filter/BlockingFilter.h ('k') | compiled/filter/CommentFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/BlockingFilter.cpp
diff --git a/compiled/filter/BlockingFilter.cpp b/compiled/filter/BlockingFilter.cpp
index 6036f754ff698de6c0f649d93fd8e19f5c0a5523..ce293b30989002311956ddac5bab173c9c602720 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(classType, text, data)
« no previous file with comments | « compiled/filter/BlockingFilter.h ('k') | compiled/filter/CommentFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld