Skip to content

Commit

Permalink
function body fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wkalinin committed May 28, 2016
1 parent 1050f14 commit e2d4542
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(){ return E::D(); }
};
}
%}

0 comments on commit e2d4542

Please sign in to comment.