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:
@@ -93,12 +93,12 @@ protected:
|
||||
private:
|
||||
wxNotebook *m_nb;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
wxDECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
||||
BEGIN_EVENT_TABLE(wxNotebookSpinBtn, wxSpinButton)
|
||||
wxBEGIN_EVENT_TABLE(wxNotebookSpinBtn, wxSpinButton)
|
||||
EVT_SPIN(wxID_ANY, wxNotebookSpinBtn::OnSpin)
|
||||
END_EVENT_TABLE()
|
||||
wxEND_EVENT_TABLE()
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
|
||||
Reference in New Issue
Block a user