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

Unified Diff: compiled/filter/WhitelistFilter.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 Feb. 6, 2018, 9:54 a.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/WhitelistFilter.cpp
diff --git a/compiled/filter/WhitelistFilter.cpp b/compiled/filter/WhitelistFilter.cpp
index b02ef059eb7d807ec82086b43569d1edc288542d..2db1947e31f807642c5aaa6e6b78f75a07b8f88c 100644
--- a/compiled/filter/WhitelistFilter.cpp
+++ b/compiled/filter/WhitelistFilter.cpp
@@ -17,6 +17,8 @@
#include "WhitelistFilter.h"
+ABP_NS_USING
+
WhitelistFilter::WhitelistFilter(const String& text,
const RegExpFilterData& data)
: RegExpFilter(classType, text, data)

Powered by Google App Engine
This is Rietveld