Use actual swig output
This commit is contained in:
parent
7c4f2462ff
commit
77c653f078
1 changed files with 1 additions and 1 deletions
|
|
@ -2058,7 +2058,7 @@ as mentioned earlier, <tt>setElement</tt> is actually:
|
|||
<pre>
|
||||
public void setElement(Element e) {
|
||||
try {
|
||||
examplePINVOKE.Container_setElement(swigCPtr, this, Element.getCPtr(e), e);
|
||||
examplePINVOKE.Container_setElement(swigCPtr, Element.getCPtr(e));
|
||||
} finally {
|
||||
elementReference = e;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue