|
@@ -292,6 +292,10 @@ output_instance(ostream &out, int indent_level, CPPScope *scope,
|
|
|
|
|
+ _return_type->output_instance(out, indent_level, scope, complete, "", prename + str);
|
|
|
_return_type->output_instance(out, indent_level, scope, complete,
|
|
_return_type->output_instance(out, indent_level, scope, complete,
|