Index: src/Parser/ExpressionNode.cpp
===================================================================
--- src/Parser/ExpressionNode.cpp	(revision 550afde2bf08516ecfe20278bc3e7505fc6c2713)
+++ src/Parser/ExpressionNode.cpp	(revision 5a553e2df9bdb97f72584d0230a506cd8c69456a)
@@ -483,5 +483,5 @@
 	Default:											// char default string type
 	default:
-		strtype = new ast::BasicType( ast::BasicKind::Char, ast::CV::Const );
+		strtype = new ast::BasicType( ast::BasicKind::Char );
 	} // switch
 	ast::ArrayType * at = new ast::ArrayType(
