summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-12-24 16:10:47 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-12-24 16:10:47 +0000
commit10366d16e38eca7a3216649b7f9760a1be8c4081 (patch)
treefe60a292bedc713fe98872d7da867c898152d3b1
parentc7eab6e5f0974830813ad48894d7ae2074ddbab7 (diff)
downloadswig-10366d16e38eca7a3216649b7f9760a1be8c4081.tar.gz
Fix documented C# director class example to reflect the generated code
https://github.com/swig/swig/issues/748
-rw-r--r--Doc/Manual/CSharp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html
index 19ffb66d6..82f085101 100644
--- a/Doc/Manual/CSharp.html
+++ b/Doc/Manual/CSharp.html
@@ -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;