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); |