minor correction
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7252 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2c797c1ac4
commit
40eb42cf6e
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ they can be added using the 'csvarin' and 'csvarout' typemaps respectively.
|
|||
The <tt>%csmethodmodifiers</tt> feature can also be applied to variables as well as methods.
|
||||
In addition to the default <tt>public</tt> modifier that SWIG generates when <tt>%csmethodmodifiers</tt> is not
|
||||
specified, the feature will also replace the <tt>virtual</tt>/<tt>new</tt>/<tt>override</tt> modifiers that SWIG thinks is appropriate.
|
||||
This feature is useful for some obscure cases where SWIG might get the <tt>virtual</tt>/<tt>new</tt>/<tt>override</tt> modifiers incorrect, for example with private inheritance.
|
||||
This feature is useful for some obscure cases where SWIG might get the <tt>virtual</tt>/<tt>new</tt>/<tt>override</tt> modifiers incorrect, for example with multiple inheritance.
|
||||
</p>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue