vc++ fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10027 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c102472282
commit
4ade44ec64
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ Manager* convert_to_Manager(PyObject *py_obj)
|
|||
{
|
||||
Manager* c_ptr;
|
||||
swig_type_info *ty = SWIG_TypeQuery("Manager *");
|
||||
printf("manager ty %x \n", ty);
|
||||
printf("manager ty %p \n", ty);
|
||||
if (SWIG_ConvertPtr(py_obj, (void **) &c_ptr, ty, 0) == -1) {
|
||||
c_ptr = 0;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue