Fix wording of another error message
Don't use "reference return type" for the typemap used for returning objects by value.
This commit is contained in:
parent
4a3f4ba896
commit
6fb95e7e97
1 changed files with 1 additions and 1 deletions
|
|
@ -932,7 +932,7 @@ private:
|
|||
);
|
||||
Append(rtype_desc->wrap_end(), ")");
|
||||
} else {
|
||||
Swig_error(input_file, line_number, "Unknown reference return type \"%s\"\n", typestr.get());
|
||||
Swig_error(input_file, line_number, "Unknown object return type \"%s\"\n", typestr.get());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue