Quiet a compiler warning

git-svn-id: svn://10.0.0.236/trunk@9987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 1998-09-14 19:52:57 +00:00
parent 4fb6e7c47b
commit 8b10125355

View File

@ -53,8 +53,8 @@ XFE_RDFToolbox::notify(HT_Resource n, HT_Event whatHappened)
{
HT_View view = HT_GetView(n);
XFE_RDFToolbar * toolbar
= new XFE_RDFToolbar(_frame, _toolbox, view);
// The destroy handler (see XFE_Component) handles deletion.
new XFE_RDFToolbar(_frame, _toolbox, view);
}
break;
case HT_EVENT_VIEW_DELETED: