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

Unified Diff: compiled/library.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/library.cpp
diff --git a/compiled/library.cpp b/compiled/library.cpp
index aba468aee6baecfeeab95ff49b01da95d78ad3f5..ecaefbda5aca33aae46e48c2cacfadca0a0d2965 100644
--- a/compiled/library.cpp
+++ b/compiled/library.cpp
@@ -24,6 +24,7 @@
#include "debug.h"
#include "library.h"
+ABP_NS_USING
char16_t CharToLower(char16_t charCode)
{
« compiled/base.h ('K') | « compiled/library.h ('k') | compiled/storage/FilterStorage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld