From e2d4542350eb67c1df9393eaee6babd1bfc46a12 Mon Sep 17 00:00:00 2001 From: Vladimir Kalinin Date: Sun, 29 May 2016 01:32:10 +0300 Subject: [PATCH] function body fixed --- Examples/test-suite/nested_ignore.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }; } %}