fix module name

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9525 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-11-04 10:29:50 +00:00
commit d590c60cec

View file

@ -1,4 +1,4 @@
%module minherit
%module minherit2
// A multiple inheritance example, mainly for Java and C#.
// The example shows how it is possible to turn C++ abstract base classes into Java/C# interface.