m_table is now passed in at creation time; we shouldn't delete it in dtor.

git-svn-id: svn://10.0.0.236/trunk@8382 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com 1998-08-24 20:50:56 +00:00
parent b16e806fe6
commit 8cdace045c

View File

@ -202,7 +202,6 @@ XFE_EditTableDialog::XFE_EditTableDialog(Widget parent, char *name,
XFE_EditTableDialog::~XFE_EditTableDialog()
{
delete m_table;
}
void