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:
@@ -36,8 +36,8 @@
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
IMPLEMENT_CLASS(wxCommand, wxObject)
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxCommandProcessor, wxObject)
|
||||
wxIMPLEMENT_CLASS(wxCommand, wxObject);
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxCommandProcessor, wxObject);
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxCommand
|
||||
|
||||
Reference in New Issue
Block a user