fix build bustage.

This commit is contained in:
ramiro%netscape.com 1999-10-01 12:21:33 +00:00
parent d0cc316a46
commit c5e75f9503
2 changed files with 2 additions and 5 deletions

View File

@ -1186,10 +1186,8 @@ nsWidget::SetTitle(const nsString& title)
return NS_OK;
}
NS_IMETHODIMP
nsWidget::CaptureRollupEvents(nsIRollupListener * aListener, PRBool aDoCapture, PRBool aConsumeRollupEvent)
NS_IMETHODIMP nsWidget::CaptureRollupEvents(nsIRollupListener * aListener, PRBool aDoCapture, PRBool aConsumeRollupEvent)
{
return NS_OK;
}

View File

@ -106,8 +106,7 @@ public:
NS_IMETHOD SetBounds(const nsRect &aRect);
NS_IMETHOD GetRequestedBounds(nsRect &aRect);
NS_IMETHOD CaptureRollupEvents(nsIRollupListener *aListener,
PRBool aDoCapture);
NS_IMETHOD CaptureRollupEvents(nsIRollupListener *aListener, PRBool aDoCapture, PRBool aConsumeRollupEvent);
NS_IMETHOD SetTitle(const nsString& title);
#ifdef DEBUG
void DebugPrintEvent(nsGUIEvent & aEvent,Window aWindow);