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:
@@ -51,7 +51,7 @@ public:
|
||||
private:
|
||||
wxString m_text; // tooltip text
|
||||
wxWindow *m_window; // window we're associated with
|
||||
DECLARE_ABSTRACT_CLASS(wxToolTip)
|
||||
wxDECLARE_ABSTRACT_CLASS(wxToolTip);
|
||||
};
|
||||
|
||||
#endif // _WX_MAC_TOOLTIP_H_
|
||||
|
Reference in New Issue
Block a user