Added missing function body which was causes linker errors

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5552 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-12-12 23:19:07 +00:00
commit 1215c1bdb6

View file

@ -13,7 +13,7 @@ class Foo {
protected:
int x;
public:
void y();
void y() {}
};
%}