namespace_union.i now works given recent nested class improvements. Closes bug #811906

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11746 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2009-11-14 23:51:12 +00:00
commit 5ea1852ecb
2 changed files with 4 additions and 1 deletions

View file

@ -80,7 +80,6 @@ CPP_TEST_BROKEN += \
exception_partial_info \
extend_variable \
li_std_vector_ptr \
namespace_union \
nested_structs \
overload_complicated \
template_default_pointer \
@ -241,6 +240,7 @@ CPP_TEST_CASES += \
namespace_template \
namespace_typedef_class \
namespace_typemap \
namespace_union \
namespace_virtual_method \
naturalvar \
nested_class \

View file

@ -1,4 +1,7 @@
%module namespace_union
%warnfilter(SWIGWARN_PARSE_NAMED_NESTED_CLASS) SpatialIndex::Variant::val;
%inline %{
namespace SpatialIndex
{