*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4735 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
97565bb8a7
commit
13cf7ae4b6
2 changed files with 18 additions and 1 deletions
|
|
@ -1297,7 +1297,7 @@ public:
|
|||
Wrapper_add_local(f, "resultdirector", "__DIRECTOR__ *resultdirector = 0");
|
||||
Printf(f->code, "resultdirector = dynamic_cast<__DIRECTOR__*>(result);\n");
|
||||
Printf(f->code, "if (resultdirector) {\n");
|
||||
Printf(f->code, " resultobj = resultdirector->__get_self();\n");
|
||||
Printf(f->code, " vresult = resultdirector->__get_self();\n");
|
||||
Printf(f->code, "} else {\n");
|
||||
Printf(f->code,"%s\n", tm);
|
||||
Printf(f->code, "}\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue