From b6b35e2e713ab1dcf345a31a915ccc950d4ec287 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 3 Jun 2005 20:53:08 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7256 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 5da308f1b..e83e2bf22 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -18,7 +18,7 @@ Version 1.3.25 (In progress) 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 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 ***