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:
@@ -29,7 +29,7 @@ public:
|
||||
wxInputStream *GetInputStream(const wxString& path) wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxFileProto)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxFileProto);
|
||||
DECLARE_PROTOCOL(wxFileProto)
|
||||
};
|
||||
|
||||
|
@@ -163,7 +163,7 @@ protected:
|
||||
friend class wxInputFTPStream;
|
||||
friend class wxOutputFTPStream;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxFTP)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxFTP);
|
||||
DECLARE_PROTOCOL(wxFTP)
|
||||
};
|
||||
|
||||
|
@@ -85,7 +85,7 @@ protected:
|
||||
wxString m_contentType;
|
||||
int m_http_response;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxHTTP)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxHTTP);
|
||||
DECLARE_PROTOCOL(wxHTTP)
|
||||
wxDECLARE_NO_COPY_CLASS(wxHTTP);
|
||||
};
|
||||
|
@@ -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