From 1a18a1856b5da175f137a03e37aa977c38f8a546 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 18 Nov 1991 18:18:30 +0000 Subject: Supply missing third arg to instance of call to do_type(). --- gdb/cplus-dem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cplus-dem.c') diff --git a/gdb/cplus-dem.c b/gdb/cplus-dem.c index 2398ffb..6800f3f 100644 --- a/gdb/cplus-dem.c +++ b/gdb/cplus-dem.c @@ -1183,7 +1183,7 @@ munge_function_name (name, arg_mode) /* type conversion operator. */ string type; const char *tem = name->b + 4; - if (do_type (&tem, &type)) + if (do_type (&tem, &type, arg_mode)) { string_clear (name); string_append (name, "operator "); -- cgit v1.1