fix repeated symbol
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8717 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
403e9ebc9e
commit
60b2d1e2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
// these don't
|
||||
%ignore Bar<One>::Bar();
|
||||
%rename(create) Bar<One>::Bar(int);
|
||||
%rename(Bar_create) Bar<One>::Bar(int);
|
||||
|
||||
template <Test T>
|
||||
struct Bar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue