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:
parent
02526f0491
commit
1215c1bdb6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Foo {
|
|||
protected:
|
||||
int x;
|
||||
public:
|
||||
void y();
|
||||
void y() {}
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue