fix for new SWIGCSHARP defn in wrappers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11021 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6d564eb55d
commit
2064dff1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace oss
|
|||
%inline %{
|
||||
namespace oss
|
||||
{
|
||||
#ifdef SWIGCSHARP
|
||||
#if defined(SWIG) && defined(SWIGCSHARP)
|
||||
%ignore HModule<B>::get(); // Work around for lack of multiple inheritance support - base ModuleBase is ignored.
|
||||
#endif
|
||||
struct test : HModule<B>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue