Removed unused struct tag.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11362 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dc4474c95d
commit
9e919ef866
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static int default_error_code = E_ERROR;
|
|||
|
||||
/* used to wrap returned objects in so we know whether they are newobject
|
||||
and need freeing, or not */
|
||||
typedef struct _swig_object_wrapper {
|
||||
typedef struct {
|
||||
void * ptr;
|
||||
int newobject;
|
||||
} swig_object_wrapper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue