Numerous bug fixes. Improvements to C++
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5c13fac1d5
commit
0489a7e330
17 changed files with 255 additions and 103 deletions
|
|
@ -1220,7 +1220,7 @@ void RUBY::cpp_close_class() {
|
|||
* --------------------------------------------------------------------- */
|
||||
|
||||
|
||||
void RUBY::cpp_inherit(List *bases, int mode) {
|
||||
void RUBY::cpp_inherit(List *bases) {
|
||||
if (!bases) return;
|
||||
String *base;
|
||||
for (base = Firstitem(bases); base; base = Nextitem(bases)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue