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 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(){};
};
}
%}