mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
12 lines
288 B
C++
12 lines
288 B
C++
diff -u barOp.cpp.orig barOp.cpp
|
|
--- barOp.cpp.orig Thu May 7 07:46:39 1998
|
|
+++ barOp.cpp Thu Oct 30 21:42:04 2003
|
|
@@ -59,7 +59,7 @@
|
|
|
|
void barOp::setBarOption()
|
|
{
|
|
- string barSize = barSizeEdit->text();
|
|
+ string barSize = string(barSizeEdit->text());
|
|
|
|
if (barSize != "")
|
|
{
|