use %kwargs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8179 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
41ea394b6e
commit
dbfa64aab9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module kwargs
|
||||
|
||||
%feature("kwargs");
|
||||
%kwargs;
|
||||
|
||||
// Simple class
|
||||
%extend Foo
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
return new Foo(a, b);
|
||||
}
|
||||
|
||||
virtual ~Foo(){
|
||||
virtual ~Foo() {
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue