From 1050f14558d8d05b1c2f45101befd10b819f0575 Mon Sep 17 00:00:00 2001 From: Vladimir Kalinin Date: Sat, 28 May 2016 22:45:06 +0300 Subject: added foo() definition to satisfy some test linking fails --- 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 e02c9e0c7..c4c42c8c8 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(){}; }; } %} -- cgit v1.2.1