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:
@@ -1500,10 +1500,10 @@ public:
|
||||
void OnExit();
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS(wxFontModule)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxFontModule);
|
||||
};
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxFontModule, wxModule)
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxFontModule, wxModule);
|
||||
|
||||
bool wxFontModule::OnInit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user