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:
Dimitri Schoolwerth
2015-04-23 15:49:01 +04:00
parent 2d3f617b34
commit 8f8d58d193
1697 changed files with 3543 additions and 3543 deletions

View File

@@ -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);
};
// ----------------------------------------------------------------------------