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:
Dave Beazley 2000-01-14 04:33:51 +00:00
commit dde5891c2d

View file

@ -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;