Multiple inheritance warning wording tweak
This commit is contained in:
parent
7e0b5ccf44
commit
21ee09fc19
7 changed files with 13 additions and 13 deletions
|
|
@ -3164,7 +3164,7 @@ private:
|
|||
}
|
||||
} else if (basename && Len(pure_baseclass) > 0) {
|
||||
Swig_warning(WARN_D_MULTIPLE_INHERITANCE, Getfile(n), Getline(n),
|
||||
"Warning for %s proxy: Base class %s ignored. Multiple inheritance is not supported in D. "
|
||||
"Warning for %s, base class %s ignored. Multiple inheritance is not supported in D. "
|
||||
"Perhaps you need one of the 'replace' or 'notderived' attributes in the dbase typemap?\n", typemap_lookup_type, pure_baseclass);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue