Rename "go" typemap to "gotype".
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12129 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0d80b4011d
commit
da5e02f81c
9 changed files with 50 additions and 50 deletions
|
|
@ -19,7 +19,7 @@ namespace std {
|
|||
|
||||
class string;
|
||||
|
||||
%typemap(go) string, const string & "string"
|
||||
%typemap(gotype) string, const string & "string"
|
||||
|
||||
%typemap(in) string
|
||||
%{ $1.assign($input.p, $input.n); %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue