mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
remove unnecessary semicolon in method impl signature. no bug.
This commit is contained in:
parent
ae4d5e1770
commit
b469d60c85
@ -1251,7 +1251,7 @@ NS_IMETHODIMP nsCocoaWindow::GetAnimatedResize(PRUint16* aAnimation)
|
||||
}
|
||||
|
||||
|
||||
- (nsCocoaWindow*)geckoWidget;
|
||||
- (nsCocoaWindow*)geckoWidget
|
||||
{
|
||||
return mGeckoWindow;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user