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:
@@ -161,7 +161,7 @@ private:
|
||||
|
||||
class WXDLLIMPEXP_HTML wxHtmlHelpData : public wxObject
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxHtmlHelpData)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxHtmlHelpData);
|
||||
friend class wxHtmlSearchStatus;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user