Fixed a couple of more small compile time issues

This commit is contained in:
rods%netscape.com 1999-07-01 22:27:43 +00:00
Родитель 4288d0bbde
Коммит 5cb9323f07
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -248,7 +248,7 @@ nsToolbarFrame :: HandleEvent ( nsIPresContext& aPresContext,
{ {
#ifdef TOOLBAR_DD #ifdef TOOLBAR_DD
mDragListener->SetPresContext(&aPresContext); // not ref counted mDragListener->SetPresContext(&aPresContext); // not ref counted
#endif; #endif
if ( !aEvent ) if ( !aEvent )
return nsEventStatus_eIgnore; return nsEventStatus_eIgnore;