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:
@@ -128,7 +128,7 @@ protected:
|
||||
private:
|
||||
wxProtocolLog *m_log;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxProtocol)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxProtocol);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -168,7 +168,7 @@ protected:
|
||||
|
||||
friend class wxURL;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxProtoInfo)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxProtoInfo);
|
||||
wxDECLARE_NO_COPY_CLASS(wxProtoInfo);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user