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

Unified Diff: compiled/bindings/runtime_utils.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/runtime_utils.cpp
diff --git a/compiled/bindings/runtime_utils.cpp b/compiled/bindings/runtime_utils.cpp
index 6c0b28147711f9805f7b6eaaae8667899400f7bc..71d353c285ff88a79cf35577bc8b511ea30d97f4 100644
--- a/compiled/bindings/runtime_utils.cpp
+++ b/compiled/bindings/runtime_utils.cpp
@@ -2,6 +2,8 @@
#include "../intrusive_ptr.h"
#include "../String.h"
+ABP_NS_USING
+
extern "C"
{
void BINDINGS_EXPORTED InitString(DependentString* str,
« compiled/base.h ('K') | « compiled/bindings/main.cpp ('k') | compiled/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld