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:
@@ -62,7 +62,7 @@
|
||||
// Is browser a netscape browser?
|
||||
#define WXEXTHELP_ENVVAR_BROWSERISNETSCAPE wxT("WX_HELPBROWSER_NS")
|
||||
|
||||
IMPLEMENT_CLASS(wxExtHelpController, wxHelpControllerBase)
|
||||
wxIMPLEMENT_CLASS(wxExtHelpController, wxHelpControllerBase);
|
||||
|
||||
wxExtHelpController::wxExtHelpController(wxWindow* parentWindow)
|
||||
: wxHelpControllerBase(parentWindow)
|
||||
|
||||
Reference in New Issue
Block a user