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: 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/WhitelistFilter.cpp
diff --git a/compiled/filter/WhitelistFilter.cpp b/compiled/filter/WhitelistFilter.cpp
index e68da9a6455f6fad9837331b825ee3f04130e7b2..53cbd83c44f911f64488ce27a2604a1f371f17d7 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(Type::WHITELIST, text, data)

Powered by Google App Engine
This is Rietveld