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 Dec. 12, 2017, 12:45 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
« no previous file with comments | « compiled/bindings/generator.cpp ('k') | compiled/bindings/runtime_utils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/bindings/main.cpp
diff --git a/compiled/bindings/main.cpp b/compiled/bindings/main.cpp
index 58b3920f2f55497321d2a329ad36c844fed593f3..16d528ff032c5b9dcd3bf15762c5d5d9ffe52abf 100644
--- a/compiled/bindings/main.cpp
+++ b/compiled/bindings/main.cpp
@@ -36,6 +36,8 @@
#include "../storage/FilterStorage.h"
#include "../FilterNotifier.h"
+ABP_NS_USING
+
int main()
{
try
« no previous file with comments | « compiled/bindings/generator.cpp ('k') | compiled/bindings/runtime_utils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld