fixing extra semicola

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-03-31 06:02:58 +00:00
parent f65efb1e26
commit ebd4460c42
2 changed files with 2 additions and 2 deletions

View File

@@ -796,7 +796,7 @@ void wxWidgetCocoaImpl::SetupMouseEvent( wxMouseEvent &wxevent , NSEvent * nsEve
[_lastToolTipOwner mouseEntered:fakeEvent];
}
- (void)setToolTip:(NSString *)string;
- (void)setToolTip:(NSString *)string
{
if (string)
{