$NetBSD: patch-ao,v 1.1 2004/06/04 11:19:32 shannonjr Exp $

--- ./ddd/comm-manag.C.orig	2003-10-11 05:00:23.000000000 -0600
+++ ./ddd/comm-manag.C
@@ -357,7 +357,7 @@ private:
 
 static void partial_answer_received(const string&, void *);
 static void command_completed(void *);
-static void extra_completed(const StringArray&, const VoidArray&, void *);
+static void extra_completed(StringArray&, const VoidArray&, void *);
 
 // Handle graph command in CMD, with WHERE_ANSWER being the GDB reply
 // to a `where 1' command; return true iff recognized
@@ -2802,7 +2802,7 @@ static void find_some_source()
 // Handle GDB answers to DDD questions sent after GDB command
 //-----------------------------------------------------------------------------
 
-static void extra_completed (const StringArray& answers,
+static void extra_completed (StringArray& answers,
 			     const VoidArray& /* qu_datas */,
 			     void*  data)
 {
