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

Unified Diff: compiled/filter/ElemHideException.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/ElemHideException.cpp
diff --git a/compiled/filter/ElemHideException.cpp b/compiled/filter/ElemHideException.cpp
index f3c2e17c4de1b510176b12c1b9062258e7b47628..b86e07890d696ce2f28ad861fc0c90d0313fcdd9 100644
--- a/compiled/filter/ElemHideException.cpp
+++ b/compiled/filter/ElemHideException.cpp
@@ -17,6 +17,8 @@
#include "ElemHideException.h"
+ABP_NS_USING
+
ElemHideException::ElemHideException(const String& text,
const ElemHideData& data)
: ElemHideBase(Type::ELEMHIDEEXCEPTION, text, data)

Powered by Google App Engine
This is Rietveld