more examples, and fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-18 02:08:55 +00:00
commit 39ae60f7d8
17 changed files with 123 additions and 28 deletions

View file

@ -2,7 +2,7 @@ import template_default_arg
helloInt = template_default_arg.Hello_int()
helloInt.foo(Hello_int.Hi.hi)
helloInt.foo(template_default_arg.Hello_int.hi)
x = template_default_arg.X_int()