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:
Logan Johnson 2003-09-19 18:19:03 +00:00
commit 415eb46a14

View file

@ -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;