summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpopcancel.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcorehttp/_httpopcancel.h')
-rw-r--r--indra/llcorehttp/_httpopcancel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpopcancel.h b/indra/llcorehttp/_httpopcancel.h
index 6d1e0f8774..4d927d1aaf 100644
--- a/indra/llcorehttp/_httpopcancel.h
+++ b/indra/llcorehttp/_httpopcancel.h
@@ -51,8 +51,10 @@ class HttpOpCancel : public HttpOperation
{
public:
HttpOpCancel(HttpHandle handle);
- virtual ~HttpOpCancel();
+protected:
+ virtual ~HttpOpCancel(); // Use release()
+
private:
HttpOpCancel(const HttpOpCancel &); // Not defined
void operator=(const HttpOpCancel &); // Not defined