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

Unified Diff: compiled/bindings/main.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/bindings/main.cpp
diff --git a/compiled/bindings/main.cpp b/compiled/bindings/main.cpp
index fd09d682bac7216ffdcc226aa61a3694fb6a0697..25fdd8195326a1260c393aea81a91172ff175d6c 100644
--- a/compiled/bindings/main.cpp
+++ b/compiled/bindings/main.cpp
@@ -38,6 +38,8 @@
#include "../ElemHideEmulation.h"
#include "../FilterNotifier.h"
+ABP_NS_USING
+
int main()
{
try

Powered by Google App Engine
This is Rietveld