X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/730b772b41ad9df76e5226290bb9eb917ea161f0..7d83595849b8c014f6b975c3d2acc9a8465d2bc4:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index da25a7828b..f6a644fda7 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -367,7 +367,7 @@ public: protected: size_t OnSysRead(void *buffer, size_t bufsize); - DECLARE_NO_COPY_CLASS(wxHTTPStream) + wxDECLARE_NO_COPY_CLASS(wxHTTPStream); }; size_t wxHTTPStream::OnSysRead(void *buffer, size_t bufsize)