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:
Dave Beazley 2000-12-24 04:04:01 +00:00
commit 0489a7e330
17 changed files with 255 additions and 103 deletions

View file

@ -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)) {