Bug 1446319 - variable of same emitted more than once when more than wstring parameter in director methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8995 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d2c41032e5
commit
86f53f35ae
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ struct A
|
|||
{
|
||||
}
|
||||
|
||||
virtual std::wstring multiple_params_val(const std::wstring& p1, const std::wstring& p2, std::wstring p3, std::wstring p4) const
|
||||
{ return get_first(); }
|
||||
|
||||
virtual const std::wstring& multiple_params_ref(const std::wstring& p1, const std::wstring& p2, std::wstring p3, std::wstring p4) const
|
||||
{ return get_first(); }
|
||||
|
||||
void call_process_func() { process_text(L"hello"); }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue