mirror of https://github.com/swig/swig
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:
parent
0ee9f91eb8
commit
4f984a5f82
|
@ -1,7 +1,7 @@
|
|||
%module restrict_cplusplus
|
||||
|
||||
%inline %{
|
||||
struct foo {
|
||||
struct Foo {
|
||||
int restrict;
|
||||
};
|
||||
%}
|
||||
|
|
Loading…
Reference in New Issue