Skip to content

Commit

Permalink
Avoiod Ruby keyword warning
Browse files Browse the repository at this point in the history
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12938 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
wsfulton committed Mar 20, 2012
1 parent 625da47 commit e91a00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/test-suite/director_nspace.i
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Bar
virtual Foo makeFoo() { return Foo(); }
virtual FooBar makeFooBar() { return FooBar(); }

static Foo* get_self(Foo *self) {return self;}
static Foo* get_self(Foo *self_) {return self_;}
};
}

Expand Down Expand Up @@ -63,6 +63,6 @@ namespace Bar
virtual Foo makeFoo();
virtual FooBar makeFooBar();

static Foo* get_self(Foo *self);
static Foo* get_self(Foo *self_);
};
}

0 comments on commit e91a00a

Please sign in to comment.