minor fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7237 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1998da94ed
commit
3f6944f4a9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// SWIG gets the method modifiers wrong occasionally, like with private inheritance, %csmethodmodifiers can fix this
|
||||
%csmethodmodifiers Derived::VirtualMethod() "public virtual"
|
||||
%csmethodmodifiers Derived::variable "public new"
|
||||
%csmethodmodifiers MoreDerived::variable "public new"
|
||||
|
||||
%inline %{
|
||||
class Base {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue