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:
@@ -58,7 +58,7 @@ static void response(GtkDialog* dialog, int response_id, wxFontDialog* win)
|
||||
// wxFontDialog
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog);
|
||||
|
||||
bool wxFontDialog::DoCreate(wxWindow *parent)
|
||||
{
|
||||
|
Reference in New Issue
Block a user