Fix documented C# director class example to reflect the generated code
https://github.com/swig/swig/issues/748
This commit is contained in:
parent
c7eab6e5f0
commit
10366d16e3
1 changed files with 2 additions and 2 deletions
|
|
@ -1594,8 +1594,8 @@ public class Base : global::System.IDisposable {
|
|||
BaseBoolMethod(new Base(b, false), flag);
|
||||
}
|
||||
|
||||
internal delegate uint SwigDelegateBase_0(uint x);
|
||||
internal delegate void SwigDelegateBase_1(global::System.IntPtr b, bool flag);
|
||||
public delegate uint SwigDelegateBase_0(uint x);
|
||||
public delegate void SwigDelegateBase_1(global::System.IntPtr b, bool flag);
|
||||
|
||||
private SwigDelegateBase_0 swigDelegate0;
|
||||
private SwigDelegateBase_1 swigDelegate1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue