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

Unified Diff: compiled/debug.h

Issue 29721697: Noissue - fix support of namespace, external user-config.h and debug configuration (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git@caf1800ce0342583de4c0320745f0fdb3b55bd01
Patch Set: get rid of the warning Created March 13, 2018, 6:17 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/String.h ('k') | compiled/library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/debug.h
diff --git a/compiled/debug.h b/compiled/debug.h
index 873fa56402fb2d1621c76af1085947b109094396..c24ad49c631e9cfb524df1fb86441f8d82f16771 100644
--- a/compiled/debug.h
+++ b/compiled/debug.h
@@ -49,7 +49,7 @@ struct console_type
ABP_NS_END
#if defined(DEBUG)
-inline void assert2(bool condition, const String& str)
+inline void assert2(bool condition, const ABP_NS::String& str)
{
if (!condition)
ABP_NS::console_type::error(str);
« no previous file with comments | « compiled/String.h ('k') | compiled/library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld