aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLogan Johnson <ljohnson@users.sourceforge.net>2003-04-28 23:12:36 +0000
committerLogan Johnson <ljohnson@users.sourceforge.net>2003-04-28 23:12:36 +0000
commit13cf7ae4b6f7e8a4b99a6be56504704fb8708b97 (patch)
tree13e833b88acd7f1d59d1ac693a91187b6af2edd5 /Source
parent97565bb8a7ca56fd27768971adc75c3202fec0fc (diff)
downloadswig-13cf7ae4b6f7e8a4b99a6be56504704fb8708b97.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4735 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source')
-rw-r--r--Source/Modules/ruby.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/ruby.cxx b/Source/Modules/ruby.cxx
index 4f7278789..39727b54c 100644
--- a/Source/Modules/ruby.cxx
+++ b/Source/Modules/ruby.cxx
@@ -1297,7 +1297,7 @@ public:
Wrapper_add_local(f, "resultdirector", "__DIRECTOR__ *resultdirector = 0");
Printf(f->code, "resultdirector = dynamic_cast<__DIRECTOR__*>(result);\n");
Printf(f->code, "if (resultdirector) {\n");
- Printf(f->code, " resultobj = resultdirector->__get_self();\n");
+ Printf(f->code, " vresult = resultdirector->__get_self();\n");
Printf(f->code, "} else {\n");
Printf(f->code,"%s\n", tm);
Printf(f->code, "}\n");