Changed the name of Destroy to Delete
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@97 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1677364212
commit
dde5891c2d
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ static DOH *find_internal(DOH *co) {
|
|||
}
|
||||
|
||||
/* Destroy an object */
|
||||
void DohDestroy(DOH *obj) {
|
||||
void DohDelete(DOH *obj) {
|
||||
DohBase *b = (DohBase *) obj;
|
||||
DohError(DOH_CALLS,"DohDestroy %x\n",obj);
|
||||
if (!DohCheck(b)) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue