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:
@@ -195,7 +195,7 @@ protected:
|
||||
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS(wxGBSizerItem)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxGBSizerItem);
|
||||
wxDECLARE_NO_COPY_CLASS(wxGBSizerItem);
|
||||
};
|
||||
|
||||
@@ -333,7 +333,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
DECLARE_CLASS(wxGridBagSizer)
|
||||
wxDECLARE_CLASS(wxGridBagSizer);
|
||||
wxDECLARE_NO_COPY_CLASS(wxGridBagSizer);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user