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:
parent
f65efb1e26
commit
ebd4460c42
@ -115,7 +115,7 @@ private:
|
||||
|
||||
wxMediaCtrlPlayerControls m_interfaceflags; // Saved interface flags
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxQTMediaBackend);
|
||||
wxDECLARE_DYNAMIC_CLASS(wxQTMediaBackend);
|
||||
};
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
@ -796,7 +796,7 @@ void wxWidgetCocoaImpl::SetupMouseEvent( wxMouseEvent &wxevent , NSEvent * nsEve
|
||||
[_lastToolTipOwner mouseEntered:fakeEvent];
|
||||
}
|
||||
|
||||
- (void)setToolTip:(NSString *)string;
|
||||
- (void)setToolTip:(NSString *)string
|
||||
{
|
||||
if (string)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user