Correct java warning to save javabase not csbase
This commit is contained in:
parent
45c0a15760
commit
2c08e33099
1 changed files with 1 additions and 1 deletions
|
|
@ -1788,7 +1788,7 @@ public:
|
|||
} else if (Len(pure_baseclass) > 0 && Len(baseclass) > 0) {
|
||||
Swig_warning(WARN_JAVA_MULTIPLE_INHERITANCE, Getfile(n), Getline(n),
|
||||
"Warning for %s proxy: Base %s ignored. Multiple inheritance is not supported in Java. "
|
||||
"Perhaps you need one of the 'replace' or 'notderived' attributes in the csbase typemap?\n", typemap_lookup_type, pure_baseclass);
|
||||
"Perhaps you need one of the 'replace' or 'notderived' attributes in the javabase typemap?\n", typemap_lookup_type, pure_baseclass);
|
||||
}
|
||||
|
||||
// Pure Java interfaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue