summaryrefslogtreecommitdiff
path: root/zen/legacy_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/legacy_compiler.h')
-rw-r--r--zen/legacy_compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h
index 2070d60f..c853b139 100644
--- a/zen/legacy_compiler.h
+++ b/zen/legacy_compiler.h
@@ -41,7 +41,7 @@ basic_string<Char, Traits, Alloc> operator+(basic_string<Char, Traits, Alloc>&&
//---------------------------------------------------------------------------------
//support for std::string::resize_and_overwrite()
-#define ZEN_HAVE_RESIZE_AND_OVERWRITE 1
+ #define ZEN_HAVE_RESIZE_AND_OVERWRITE 1
namespace zen
{
bgstack15