summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-isoLinesOp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-isoLinesOp.cpp')
-rw-r--r--math/xgfe/files/patch-isoLinesOp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xgfe/files/patch-isoLinesOp.cpp b/math/xgfe/files/patch-isoLinesOp.cpp
index 7517fea7e1fc..d65b8f2c2574 100644
--- a/math/xgfe/files/patch-isoLinesOp.cpp
+++ b/math/xgfe/files/patch-isoLinesOp.cpp
@@ -7,8 +7,8 @@ diff -u isoLinesOp.cpp.orig isoLinesOp.cpp
{
- string isoU = isoUEdit->text();
- string isoV = isoVEdit->text();
-+ string isoU = string(isoUEdit->text());
-+ string isoV = string(isoVEdit->text());
++ string isoU = isoUEdit->text().ascii();
++ string isoV = isoVEdit->text().ascii();
gnuInt->setIsolineU(isoU);
gnuInt->setIsolineV(isoV);