Fix testcase
This commit is contained in:
parent
f9fbaa5cb8
commit
73a5d6c187
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue