diff --git a/SWIG/Examples/test-suite/allowexcept.i b/SWIG/Examples/test-suite/allowexcept.i index 699432d6d..33de01543 100644 --- a/SWIG/Examples/test-suite/allowexcept.i +++ b/SWIG/Examples/test-suite/allowexcept.i @@ -23,7 +23,7 @@ private: %inline %{ XYZ global_variable; -struct ABC { +struct Foo { XYZ member_variable; static XYZ static_member_variable; };