Missing function body added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5193 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-10-16 21:35:21 +00:00
commit 4b2f56f9f3

View file

@ -19,4 +19,5 @@ class Foo2 {
int Foo2::sum(int i, int j, int k) {
return i+j+k;
}
Foo2 * MyHandle_Foo2::operator -> () { return new Foo2(); }
%}