aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/fixmatheval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/fixmatheval.cpp')
-rw-r--r--qtmips_gui/fixmatheval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/fixmatheval.cpp b/qtmips_gui/fixmatheval.cpp
index 8672cbc..f695e30 100644
--- a/qtmips_gui/fixmatheval.cpp
+++ b/qtmips_gui/fixmatheval.cpp
@@ -186,7 +186,7 @@ FmeExpression::FmeExpression() : FmeNode(0) {
root = nullptr;
}
-bool FmeExpression::parse(QString &expression, QString &error) {
+bool FmeExpression::parse(const QString &expression, QString &error) {
delete root;
int base_prio = 100;
root = nullptr;