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:
@@ -31,8 +31,8 @@
|
||||
|
||||
wxDEFINE_EVENT( wxEVT_END_PROCESS, wxProcessEvent );
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxProcess, wxEvtHandler)
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxProcessEvent, wxEvent)
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxProcess, wxEvtHandler);
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxProcessEvent, wxEvent);
|
||||
|
||||
// ============================================================================
|
||||
// wxProcess implementation
|
||||
|
||||
Reference in New Issue
Block a user