Skip to content

Commit

Permalink
added foo() definition to satisfy some test linking fails
Browse files Browse the repository at this point in the history
  • Loading branch information
wkalinin committed May 28, 2016
1 parent 1f1286a commit 1050f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/test-suite/nested_ignore.i
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace B {

struct F
{
const E::D foo();
const E::D foo(){};
};
}
%}

0 comments on commit 1050f14

Please sign in to comment.