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:
@@ -49,7 +49,7 @@ private:
|
||||
wxString m_text;
|
||||
wxWindow *m_window;
|
||||
|
||||
DECLARE_ABSTRACT_CLASS(wxToolTip)
|
||||
wxDECLARE_ABSTRACT_CLASS(wxToolTip);
|
||||
};
|
||||
|
||||
#endif // _WX_GTKTOOLTIP_H_
|
||||
|
Reference in New Issue
Block a user