diff --git a/Examples/test-suite/nested_ignore.i b/Examples/test-suite/nested_ignore.i index c4c42c8c819..9eac228f977 100644 --- a/Examples/test-suite/nested_ignore.i +++ b/Examples/test-suite/nested_ignore.i @@ -18,7 +18,7 @@ namespace B { struct F { - const E::D foo(){}; + const E::D foo(){ return E::D(); } }; } %}