From 40eb42cf6ef35fe2b2cef70eceeb95d63af6d241 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 3 Jun 2005 20:47:29 +0000 Subject: [PATCH] minor correction git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7252 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Doc/Manual/CSharp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Doc/Manual/CSharp.html b/SWIG/Doc/Manual/CSharp.html index b1932d989..fc42df954 100644 --- a/SWIG/Doc/Manual/CSharp.html +++ b/SWIG/Doc/Manual/CSharp.html @@ -307,7 +307,7 @@ they can be added using the 'csvarin' and 'csvarout' typemaps respectively. The %csmethodmodifiers feature can also be applied to variables as well as methods. In addition to the default public modifier that SWIG generates when %csmethodmodifiers is not specified, the feature will also replace the virtual/new/override modifiers that SWIG thinks is appropriate. - This feature is useful for some obscure cases where SWIG might get the virtual/new/override modifiers incorrect, for example with private inheritance. +This feature is useful for some obscure cases where SWIG might get the virtual/new/override modifiers incorrect, for example with multiple inheritance.