add char* string test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7419 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7e2154ed19
commit
6d39fe1341
2 changed files with 18 additions and 0 deletions
|
|
@ -35,6 +35,13 @@ struct A
|
|||
{ return get(n); }
|
||||
|
||||
std::vector<std::string> m_strings;
|
||||
|
||||
|
||||
virtual void process_text(const char *text)
|
||||
{
|
||||
}
|
||||
|
||||
void call_process_func() { process_text("hello"); }
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue