Fixed a typo in RUBY::constructorHandler.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5120 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0baa82cf4c
commit
415eb46a14
1 changed files with 1 additions and 1 deletions
|
|
@ -1913,7 +1913,7 @@ public:
|
|||
* to receive the scripting language object (e.g. 'self')
|
||||
*
|
||||
*/
|
||||
Swig_save("python:constructorHandler",n,"parms",NIL);
|
||||
Swig_save("ruby:constructorHandler",n,"parms",NIL);
|
||||
if (use_director) {
|
||||
Parm *parms = Getattr(n, "parms");
|
||||
Parm *self;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue