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:
@@ -56,7 +56,7 @@ enum {
|
||||
// wxWidgets macro: implement dynamic class
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS( MyResizableListCtrl, wxListCtrl )
|
||||
wxIMPLEMENT_DYNAMIC_CLASS( MyResizableListCtrl, wxListCtrl );
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Event table: connect the events to the handler functions to process them
|
||||
|
Reference in New Issue
Block a user