Change class name for Ruby

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9690 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-04-27 21:12:36 +00:00
parent 0ee9f91eb8
commit 4f984a5f82
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%module restrict_cplusplus
%inline %{
struct foo {
struct Foo {
int restrict;
};
%}