%csmethodmodifiers workaround for C# wrappers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7238 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e3dbbd6ba5
commit
eff90cf3ee
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
%module using_pointers
|
||||
|
||||
#ifdef SWIGCSHARP
|
||||
%csmethodmodifiers x "public new"
|
||||
#endif
|
||||
|
||||
%inline %{
|
||||
class Foo {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue