Skip to content

Commit

Permalink
Fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Mar 11, 2017
1 parent f9fbaa5 commit 73a5d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/test-suite/member_funcptr_galore.i
Expand Up @@ -105,8 +105,8 @@ int unreal2(double (Space::Shape::*memptr)(Thing<short>)) { return 0; }

%inline %{
struct Funcs {
short FF(bool) {}
short CC(bool) const {}
short FF(bool) { return 0; }
short CC(bool) const { return 0; }
};

class MemberFuncPtrs
Expand Down

0 comments on commit 73a5d6c

Please sign in to comment.