*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@464 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e02d06f82d
commit
9666f98cff
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ DelList(DOH *lo) {
|
|||
|
||||
static void
|
||||
List_clear(DOH *lo) {
|
||||
List *l = (List *) lo;
|
||||
List *l = (List *) ObjData(lo);
|
||||
int i;
|
||||
for (i = 0; i < l->nitems; i++) {
|
||||
Delete(l->items[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue