Supply missing third arg to instance of call to do_type().
This commit is contained in:
parent
2d6186f4fa
commit
1a18a1856b
2 changed files with 4 additions and 1 deletions
|
@ -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 ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue