Use actual swig output

This commit is contained in:
Jesse Rusak 2017-11-04 11:08:33 -04:00
commit 77c653f078

View file

@ -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;
}