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:
@@ -37,7 +37,7 @@ private:
|
||||
// which is wxIMAGE_LIST_NORMAL or small if it is wxIMAGE_LIST_SMALL)
|
||||
long GetImageIndex(wxListCtrl *listctrl, int which);
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxListCtrlXmlHandler)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxListCtrlXmlHandler);
|
||||
};
|
||||
|
||||
#endif // wxUSE_XRC && wxUSE_LISTCTRL
|
||||
|
Reference in New Issue
Block a user