Fix link error in test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12489 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2906ba8f4d
commit
a77b30e664
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ double (Space::Shape::*areapt(Space::Shape &ref, int & (FunkSpace::Funktions::*d
|
|||
return &Space::Shape::area;
|
||||
}
|
||||
|
||||
double (Space::Shape::*areapt())(Space::Shape &, int & (FunkSpace::Funktions::*)(const int &, int)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
double (Space::Shape::*abcpt())(Thing<short>, Thing< const Space::Shape * >[]) {
|
||||
return &Space::Shape::abc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue