X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fb203e6efec1dbbe59184fb4927dd9b6f0a480f..b39dbf34b887a73c525da903d8599f4f6b7eb8f9:/include/wx/protocol/http.h diff --git a/include/wx/protocol/http.h b/include/wx/protocol/http.h index 72080ba71d..5cc6e8e5bb 100644 --- a/include/wx/protocol/http.h +++ b/include/wx/protocol/http.h @@ -6,7 +6,7 @@ // Created: August 1997 // RCS-ID: $Id$ // Copyright: (c) 1997, 1998 Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HTTP_H #define _WX_HTTP_H @@ -53,6 +53,8 @@ protected: // deletes the header value strings void ClearHeaders(); + + DECLARE_NO_COPY_CLASS(wxHTTP) }; #endif // wxUSE_PROTOCOL_HTTP