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:
@@ -669,7 +669,7 @@ wxString wxRichTextPrinting::GetFooterText(wxRichTextOddEvenPage page, wxRichTex
|
||||
* Header/footer data
|
||||
*/
|
||||
|
||||
IMPLEMENT_CLASS(wxRichTextHeaderFooterData, wxObject)
|
||||
wxIMPLEMENT_CLASS(wxRichTextHeaderFooterData, wxObject);
|
||||
|
||||
/// Copy
|
||||
void wxRichTextHeaderFooterData::Copy(const wxRichTextHeaderFooterData& data)
|
||||
|
||||
Reference in New Issue
Block a user