remove unnecessary semicolon in method impl signature. no bug.

This commit is contained in:
joshmoz@gmail.com 2007-04-17 15:32:40 -07:00
parent ae4d5e1770
commit b469d60c85

View File

@ -1251,7 +1251,7 @@ NS_IMETHODIMP nsCocoaWindow::GetAnimatedResize(PRUint16* aAnimation)
}
- (nsCocoaWindow*)geckoWidget;
- (nsCocoaWindow*)geckoWidget
{
return mGeckoWindow;
}