mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
14 lines
458 B
C++
14 lines
458 B
C++
diff -u rotation.cpp.orig rotation.cpp
|
|
--- rotation.cpp.orig Thu Jul 23 04:31:04 1998
|
|
+++ rotation.cpp Thu Oct 30 21:42:04 2003
|
|
@@ -62,8 +62,8 @@
|
|
|
|
void rotation::doOK()
|
|
{
|
|
- string scale = plotScalingEdit->text();
|
|
- string zscale = zAxisScalingEdit->text();
|
|
+ string scale = string(plotScalingEdit->text());
|
|
+ string zscale = string(zAxisScalingEdit->text());
|
|
|
|
gnuInt->setRotationXAxis(xAxisRotation);
|
|
gnuInt->setRotationZAxis(zAxisRotation);
|