Fix #1988296 - Multiple module director linking issue
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10809 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
044895ef6e
commit
2cafaf9d43
2 changed files with 5 additions and 5 deletions
|
|
@ -107,7 +107,7 @@ namespace Swig {
|
|||
/* memory handler */
|
||||
struct GCItem
|
||||
{
|
||||
virtual ~GCItem() = 0;
|
||||
virtual ~GCItem() {}
|
||||
|
||||
virtual int get_own() const
|
||||
{
|
||||
|
|
@ -115,10 +115,6 @@ namespace Swig {
|
|||
}
|
||||
};
|
||||
|
||||
GCItem::~GCItem()
|
||||
{
|
||||
}
|
||||
|
||||
struct GCItem_var
|
||||
{
|
||||
GCItem_var(GCItem *item = 0) : _item(item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue