Test const char [] instead of const char *
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5992 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2760a2b61e
commit
db374a14f4
21 changed files with 14 additions and 22 deletions
|
|
@ -21,7 +21,6 @@ public class runme {
|
|||
example.fvar = (float)3.14159;
|
||||
example.dvar = 2.1828;
|
||||
example.strvar = "Hello World";
|
||||
example.cstrvar = "Goodbye";
|
||||
example.iptrvar= example.new_int(37);
|
||||
example.ptptr = example.new_Point(37,42);
|
||||
example.name = "Bill";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue