From b9df93083fcccec8da1f89a085f21e618f102966 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 23 Sep 2003 21:21:51 +0000 Subject: [PATCH] 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@5150 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/ruby/ruby.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Lib/ruby/ruby.swg b/SWIG/Lib/ruby/ruby.swg index 83334cb57..2c8a045a9 100644 --- a/SWIG/Lib/ruby/ruby.swg +++ b/SWIG/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(); } } }