fix borland warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7918 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6d57482864
commit
7c1b632af4
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ PySwigPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
|
|||
|
||||
SWIGRUNTIME
|
||||
PyObject *
|
||||
SWIG_This()
|
||||
SWIG_This(void)
|
||||
{
|
||||
static PyObject *SWIG_STATIC_POINTER(swig_this) = PyString_FromString("this");
|
||||
return swig_this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue