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:
@@ -376,7 +376,7 @@ static void SetListboxClientData(const wxChar *name, wxCheckListBox *control);
|
||||
static void SetChoiceClientData(const wxChar *name, wxChoice *control);
|
||||
#endif // wxUSE_CHOICE
|
||||
|
||||
IMPLEMENT_APP(MyApp)
|
||||
wxIMPLEMENT_APP(MyApp);
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// MyApp
|
||||
|
Reference in New Issue
Block a user