add missing virtual destructor
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8007 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
862bb7ef49
commit
4fa643a9d2
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
%inline %{
|
||||
class Foo {
|
||||
public:
|
||||
virtual ~Foo() { }
|
||||
int x;
|
||||
int blah(int xx) { return xx; }
|
||||
int defaulted(int i = -1) { return i; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue