missing static instances added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8709 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
65728e968e
commit
60612bacb5
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ struct Bar {
|
|||
UVW member_variable;
|
||||
static UVW static_member_variable;
|
||||
};
|
||||
UVW Bar::static_member_variable;
|
||||
%}
|
||||
|
||||
|
||||
|
|
@ -47,5 +48,6 @@ struct Foo {
|
|||
XYZ member_variable;
|
||||
static XYZ static_member_variable;
|
||||
};
|
||||
XYZ Foo::static_member_variable;
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue