d3c24d35b2
with gcc 3. Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: ports/59024
12 lines
411 B
C++
12 lines
411 B
C++
diff -u funcLegendTitle.cpp.orig funcLegendTitle.cpp
|
|
--- funcLegendTitle.cpp.orig Sat Mar 21 04:24:42 1998
|
|
+++ funcLegendTitle.cpp Thu Oct 30 21:42:04 2003
|
|
@@ -44,7 +44,7 @@
|
|
|
|
void funcLegendTitle::setFuncLegendTitleOK()
|
|
{
|
|
- string title = funcLegendTitleEdit->text();
|
|
+ string title = string(funcLegendTitleEdit->text());
|
|
gnuInt->setFuncLegendTitle(title);
|
|
|
|
if (defaultCButton->isChecked() == TRUE)
|