$NetBSD: patch-ao,v 1.1.1.1 2005/02/25 21:00:02 daprice Exp $

--- gnuMultiFunc.cpp.orig	1998-03-20 20:24:44.000000000 -0700
+++ gnuMultiFunc.cpp
@@ -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
