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:
@@ -19,7 +19,7 @@
|
||||
|
||||
class WXDLLIMPEXP_XRC wxSizerXmlHandler : public wxXmlResourceHandler
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxSizerXmlHandler)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxSizerXmlHandler);
|
||||
|
||||
public:
|
||||
wxSizerXmlHandler();
|
||||
@@ -65,7 +65,7 @@ private:
|
||||
class WXDLLIMPEXP_XRC wxStdDialogButtonSizerXmlHandler
|
||||
: public wxXmlResourceHandler
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxStdDialogButtonSizerXmlHandler)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxStdDialogButtonSizerXmlHandler);
|
||||
|
||||
public:
|
||||
wxStdDialogButtonSizerXmlHandler();
|
||||
|
Reference in New Issue
Block a user