diff --git a/components/compiler/stringparser.cpp b/components/compiler/stringparser.cpp index 0e2e38be56..633b7eab44 100644 --- a/components/compiler/stringparser.cpp +++ b/components/compiler/stringparser.cpp @@ -56,7 +56,7 @@ namespace Compiler void StringParser::smashCase() { - mSmashCase = false; + mSmashCase = true; } }