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:
@@ -106,7 +106,7 @@ protected:
|
||||
wxBitmap m_bitmap;
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxWizardPage)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxWizardPage);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -180,7 +180,7 @@ private:
|
||||
wxWizardPage *m_prev,
|
||||
*m_next;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxWizardPageSimple)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxWizardPageSimple);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -285,7 +285,7 @@ private:
|
||||
bool m_direction;
|
||||
wxWizardPage* m_page;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxWizardEvent)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxWizardEvent);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user