Use wx-prefixed macros throughout the repository.
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE occurrences to use the wx-prefixed version of the macros.
This commit is contained in:
@@ -80,7 +80,7 @@ static wxCompositionMode TranslateRasterOp(wxRasterOperationMode function)
|
||||
// wxDC bridge class
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxGCDC, wxDC)
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxGCDC, wxDC);
|
||||
|
||||
wxGCDC::wxGCDC(const wxWindowDC& dc) :
|
||||
wxDC( new wxGCDCImpl( this, dc ) )
|
||||
@@ -135,7 +135,7 @@ void wxGCDC::SetGraphicsContext( wxGraphicsContext* ctx )
|
||||
gc_impl->SetGraphicsContext( ctx );
|
||||
}
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS(wxGCDCImpl, wxDCImpl)
|
||||
wxIMPLEMENT_ABSTRACT_CLASS(wxGCDCImpl, wxDCImpl);
|
||||
|
||||
wxGCDCImpl::wxGCDCImpl( wxDC *owner ) :
|
||||
wxDCImpl( owner )
|
||||
|
Reference in New Issue
Block a user