freebsd-ports/math/xgfe/files/patch-gnuMultiFunc.cpp
Kris Kennaway d3c24d35b2 Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix build
with gcc 3.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
PR:		ports/59024
2004-03-06 22:57:48 +00:00

12 lines
472 B
C++

diff -u gnuMultiFunc.cpp.orig gnuMultiFunc.cpp
--- gnuMultiFunc.cpp.orig Sat Mar 21 04:24:44 1998
+++ gnuMultiFunc.cpp Thu Oct 30 21:42:04 2003
@@ -31,7 +31,7 @@
gnuMultiFunc::gnuMultiFunc()
{
// create new function list
- funcList = new QDict<gnuPlotFunction>(101,TRUE,TRUE); // max 100 elements
+ funcList = new QDict<gnuPlotFunction>(101,TRUE); // max 100 elements
funcList->setAutoDelete(TRUE); // autodelete members when removed
// create new iterator