remove extraneous semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -419,7 +419,7 @@ public:
|
|||||||
|
|
||||||
// this doesn't do anything and is kept for compatibility only
|
// this doesn't do anything and is kept for compatibility only
|
||||||
#if WXWIN_COMPATIBILITY_2_8
|
#if WXWIN_COMPATIBILITY_2_8
|
||||||
wxDEPRECATED_INLINE(void SetNoAntiAliasing(bool no = true), wxUnusedVar(no););
|
wxDEPRECATED_INLINE(void SetNoAntiAliasing(bool no = true), wxUnusedVar(no);)
|
||||||
wxDEPRECATED_INLINE(bool GetNoAntiAliasing() const, return false;)
|
wxDEPRECATED_INLINE(bool GetNoAntiAliasing() const, return false;)
|
||||||
#endif // WXWIN_COMPATIBILITY_2_8
|
#endif // WXWIN_COMPATIBILITY_2_8
|
||||||
|
|
||||||
|
@@ -11,8 +11,8 @@
|
|||||||
#ifndef _WX_OSX_CORE_EVTLOOP_H_
|
#ifndef _WX_OSX_CORE_EVTLOOP_H_
|
||||||
#define _WX_OSX_CORE_EVTLOOP_H_
|
#define _WX_OSX_CORE_EVTLOOP_H_
|
||||||
|
|
||||||
DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoop );
|
DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoop )
|
||||||
DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoopObserver );
|
DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoopObserver )
|
||||||
|
|
||||||
class WXDLLIMPEXP_FWD_BASE wxCFEventLoopPauseIdleEvents;
|
class WXDLLIMPEXP_FWD_BASE wxCFEventLoopPauseIdleEvents;
|
||||||
|
|
||||||
|
@@ -313,7 +313,7 @@ public :
|
|||||||
virtual void SetBitmap( const wxBitmap& bitmap ) = 0;
|
virtual void SetBitmap( const wxBitmap& bitmap ) = 0;
|
||||||
virtual void SetBitmapPosition( wxDirection dir ) = 0;
|
virtual void SetBitmapPosition( wxDirection dir ) = 0;
|
||||||
virtual void SetupTabs( const wxNotebook& WXUNUSED(notebook) ) {}
|
virtual void SetupTabs( const wxNotebook& WXUNUSED(notebook) ) {}
|
||||||
virtual int TabHitTest( const wxPoint & WXUNUSED(pt), long *flags ) {*flags=1; return -1;};
|
virtual int TabHitTest( const wxPoint & WXUNUSED(pt), long *flags ) {*flags=1; return -1;}
|
||||||
virtual void GetBestRect( wxRect *r ) const = 0;
|
virtual void GetBestRect( wxRect *r ) const = 0;
|
||||||
virtual bool IsEnabled() const = 0;
|
virtual bool IsEnabled() const = 0;
|
||||||
virtual void Enable( bool enable ) = 0;
|
virtual void Enable( bool enable ) = 0;
|
||||||
|
@@ -39,12 +39,12 @@ public:
|
|||||||
{
|
{
|
||||||
m_primary = a;
|
m_primary = a;
|
||||||
m_secondary = NULL;
|
m_secondary = NULL;
|
||||||
};
|
}
|
||||||
wxPGWindowList( wxWindow* a, wxWindow* b )
|
wxPGWindowList( wxWindow* a, wxWindow* b )
|
||||||
{
|
{
|
||||||
m_primary = a;
|
m_primary = a;
|
||||||
m_secondary = b;
|
m_secondary = b;
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
@@ -329,13 +329,13 @@ public:
|
|||||||
{
|
{
|
||||||
wxASSERT(m_pPropGrid);
|
wxASSERT(m_pPropGrid);
|
||||||
return m_pPropGrid;
|
return m_pPropGrid;
|
||||||
};
|
}
|
||||||
|
|
||||||
const wxPropertyGrid* GetGrid() const
|
const wxPropertyGrid* GetGrid() const
|
||||||
{
|
{
|
||||||
wxASSERT(m_pPropGrid);
|
wxASSERT(m_pPropGrid);
|
||||||
return (const wxPropertyGrid*)m_pPropGrid;
|
return (const wxPropertyGrid*)m_pPropGrid;
|
||||||
};
|
}
|
||||||
|
|
||||||
/** Returns iterator class instance.
|
/** Returns iterator class instance.
|
||||||
@remarks
|
@remarks
|
||||||
|
@@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
@@ -152,7 +152,7 @@ private:
|
|||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
-(wxQTMediaBackend*) backend;
|
-(wxQTMediaBackend*) backend
|
||||||
{
|
{
|
||||||
return m_backend;
|
return m_backend;
|
||||||
}
|
}
|
||||||
|
@@ -192,7 +192,7 @@ NSRect wxOSXGetFrameForControl( wxWindowMac* window , const wxPoint& pos , const
|
|||||||
const UCKeyboardLayout *keyboardLayout = (const UCKeyboardLayout*)CFDataGetBytePtr(uchr);
|
const UCKeyboardLayout *keyboardLayout = (const UCKeyboardLayout*)CFDataGetBytePtr(uchr);
|
||||||
if (keyboardLayout) {
|
if (keyboardLayout) {
|
||||||
UInt32 deadKeyState = 0;
|
UInt32 deadKeyState = 0;
|
||||||
UniCharCount maxStringLength = 255;
|
const UniCharCount maxStringLength = 255;
|
||||||
UniCharCount actualStringLength = 0;
|
UniCharCount actualStringLength = 0;
|
||||||
UniChar unicodeString[maxStringLength];
|
UniChar unicodeString[maxStringLength];
|
||||||
|
|
||||||
@@ -788,7 +788,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)
|
||||||
{
|
{
|
||||||
|
@@ -1822,7 +1822,7 @@ class WXDLLEXPORT wxBundleResourceHandler: public wxBitmapHandler
|
|||||||
public:
|
public:
|
||||||
inline wxBundleResourceHandler()
|
inline wxBundleResourceHandler()
|
||||||
{
|
{
|
||||||
};
|
}
|
||||||
|
|
||||||
virtual bool LoadFile(wxBitmap *bitmap,
|
virtual bool LoadFile(wxBitmap *bitmap,
|
||||||
const wxString& name,
|
const wxString& name,
|
||||||
@@ -1843,7 +1843,7 @@ public:
|
|||||||
SetName(wxT("PNG resource"));
|
SetName(wxT("PNG resource"));
|
||||||
SetExtension("PNG");
|
SetExtension("PNG");
|
||||||
SetType(wxBITMAP_TYPE_PNG_RESOURCE);
|
SetType(wxBITMAP_TYPE_PNG_RESOURCE);
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxPNGResourceHandler, wxBundleResourceHandler)
|
IMPLEMENT_DYNAMIC_CLASS(wxPNGResourceHandler, wxBundleResourceHandler)
|
||||||
@@ -1858,7 +1858,7 @@ public:
|
|||||||
SetName(wxT("JPEG resource"));
|
SetName(wxT("JPEG resource"));
|
||||||
SetExtension("JPEG");
|
SetExtension("JPEG");
|
||||||
SetType(wxBITMAP_TYPE_JPEG_RESOURCE);
|
SetType(wxBITMAP_TYPE_JPEG_RESOURCE);
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxJPEGResourceHandler, wxBundleResourceHandler)
|
IMPLEMENT_DYNAMIC_CLASS(wxJPEGResourceHandler, wxBundleResourceHandler)
|
||||||
|
Reference in New Issue
Block a user