summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/httpresponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcorehttp/httpresponse.h')
-rw-r--r--indra/llcorehttp/httpresponse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcorehttp/httpresponse.h b/indra/llcorehttp/httpresponse.h
index 5cf3a919f4..5bcd7c4eb8 100644
--- a/indra/llcorehttp/httpresponse.h
+++ b/indra/llcorehttp/httpresponse.h
@@ -58,9 +58,10 @@ class HttpResponse : public LLCoreInt::RefCounted
{
public:
HttpResponse();
- virtual ~HttpResponse();
protected:
+ virtual ~HttpResponse(); // Use release()
+
HttpResponse(const HttpResponse &); // Not defined
void operator=(const HttpResponse &); // Not defined