*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7256 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-06-03 20:53:08 +00:00
commit b6b35e2e71

View file

@ -18,7 +18,7 @@ Version 1.3.25 (In progress)
In addition to the default 'public' modifier that SWIG generates, %csmethodmodifiers will also In addition to the default 'public' modifier that SWIG generates, %csmethodmodifiers will also
replace the virtual/new/override modifiers that SWIG thinks is appropriate. This feature is replace the virtual/new/override modifiers that SWIG thinks is appropriate. This feature is
useful for some obscure cases where SWIG might get the modifiers incorrect, for example useful for some obscure cases where SWIG might get the modifiers incorrect, for example
with private inheritance and overriding a method in the base class. with multiple inheritance and overriding a method in the base class.
*** POTENTIAL INCOMPATIBILITY FOR C# MODULE *** *** POTENTIAL INCOMPATIBILITY FOR C# MODULE ***