summaryrefslogtreecommitdiff
path: root/src/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.y')
-rw-r--r--src/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.y b/src/parser.y
index aad5ba0..2bd425f 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -334,7 +334,7 @@ expr:
TOK_STRING {
$$ = new Expression();
$$->type = "C";
- $$->const_value = new Value(QString($1));
+ $$->const_value = new Value(std::string($1));
free($1);
} |
TOK_NUMBER {
contact: Jan Huwald // Impressum