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:
@@ -1885,7 +1885,7 @@ wxLocale *wxSetLocale(wxLocale *pLocale)
|
||||
|
||||
class wxLocaleModule: public wxModule
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxLocaleModule)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxLocaleModule);
|
||||
public:
|
||||
wxLocaleModule() {}
|
||||
|
||||
@@ -1900,6 +1900,6 @@ class wxLocaleModule: public wxModule
|
||||
}
|
||||
};
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxLocaleModule, wxModule)
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxLocaleModule, wxModule);
|
||||
|
||||
#endif // wxUSE_INTL
|
||||
|
||||
Reference in New Issue
Block a user