Use semicolon after wxIMPLEMENT_*_CLASS* in wx's own implementations

wxIMPLEMENT_DYNAMIC/ABSTRACT_CLASS* is documented to be used with a
semicolon, though it is not mandatory.

Not touching headers yet, to avoid -pedantic warnings in user code.

See https://github.com/wxWidgets/wxWidgets/pull/2584
This commit is contained in:
Lauri Nurmi
2021-11-09 20:07:19 +02:00
committed by Vadim Zeitlin
parent 5cea9f4649
commit ed92c86785
8 changed files with 12 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ wxEND_EVENT_TABLE()
// wxGenericProgressDialog implementation
// ============================================================================
wxIMPLEMENT_CLASS(wxProgressDialog, wxDialog)
wxIMPLEMENT_CLASS(wxProgressDialog, wxDialog);
// ----------------------------------------------------------------------------
// wxGenericProgressDialog creation