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:
@@ -115,7 +115,7 @@ private:
|
|||||||
|
|
||||||
wxMediaCtrlPlayerControls m_interfaceflags; // Saved interface flags
|
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];
|
[_lastToolTipOwner mouseEntered:fakeEvent];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)setToolTip:(NSString *)string;
|
- (void)setToolTip:(NSString *)string
|
||||||
{
|
{
|
||||||
if (string)
|
if (string)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user