summaryrefslogtreecommitdiff
path: root/Lib/ruby/ruby.swg
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-09-23 21:21:51 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-09-23 21:21:51 +0000
commitd4a9ac02c8228e28c568541a58d463011a60d24e (patch)
tree6eb32fe1fe28d5d7a341ad021dd49466b10751e1 /Lib/ruby/ruby.swg
parented32b61a84462720c6ef4f8bf6f12f05718f1fba (diff)
downloadswig-d4a9ac02c8228e28c568541a58d463011a60d24e.tar.gz
Fixes to comply with with ISO/IEC 14882:1998(E) 17.4.3.1.2 (symbol names):
__get_self() git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5150 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ruby/ruby.swg')
-rw-r--r--Lib/ruby/ruby.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ruby/ruby.swg b/Lib/ruby/ruby.swg
index 83334cb57..2c8a045a9 100644
--- a/Lib/ruby/ruby.swg
+++ b/Lib/ruby/ruby.swg
@@ -429,7 +429,7 @@
if (!proxy) {
$input = SWIG_NewPointerObj((void *) $1_name, $1_descriptor, 0);
} else {
- $input = proxy->__get_self();
+ $input = proxy->swig_get_self();
}
}
}