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:
William S Fulton 2008-12-30 11:02:59 +00:00
commit 2064dff1ef

View file

@ -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>