summaryrefslogtreecommitdiff
path: root/Examples/test-suite/nested_ignore.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/nested_ignore.i')
-rw-r--r--Examples/test-suite/nested_ignore.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/nested_ignore.i b/Examples/test-suite/nested_ignore.i
index c4c42c8c8..9eac228f9 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(); }
};
}
%}