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

Unified Diff: compiled/filter/CommentFilter.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/CommentFilter.cpp
diff --git a/compiled/filter/CommentFilter.cpp b/compiled/filter/CommentFilter.cpp
index 070f8690585b0807600def308da36d4882bcba25..b55db264ece931669a186f52415d0be95896b0ee 100644
--- a/compiled/filter/CommentFilter.cpp
+++ b/compiled/filter/CommentFilter.cpp
@@ -17,6 +17,8 @@
#include "CommentFilter.h"
+ABP_NS_USING
+
CommentFilter::CommentFilter(const String& text)
: Filter(classType, text)
{

Powered by Google App Engine
This is Rietveld