switch to using reset() to set auto_ptr's. not sure why we did it the

other way. r=saari/sr=hyatt. bug# 75653
This commit is contained in:
pinkerton%netscape.com 2001-04-17 03:19:32 +00:00
Родитель b72f1529b3
Коммит 4edcf85c62
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -281,8 +281,7 @@ nsMacWindow::nsMacWindow() : Inherited()
, mPhantomScrollbar(nsnull)
, mPhantomScrollbarData(nsnull)
{
//mMacEventHandler.reset(new nsMacEventHandler(this));
mMacEventHandler = (auto_ptr<nsMacEventHandler>) new nsMacEventHandler(this);
mMacEventHandler.reset(new nsMacEventHandler(this));
WIDGET_SET_CLASSNAME("nsMacWindow");
// create handlers for drag&drop