summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpoperation.h
diff options
context:
space:
mode:
authorrider <rider@lindenlab.com>2015-10-16 12:15:33 -0700
committerrider <rider@lindenlab.com>2015-10-16 12:15:33 -0700
commit7c5643025804d94ce3efa92abf77e4965295072d (patch)
tree1dc56c5110ab91ee7505bc7653d497bee7833174 /indra/llcorehttp/_httpoperation.h
parent8d334ca1bf51dc1a0020f53cdd7a3927bdb7740c (diff)
MAINT-5271: Microsoft is just too permissive.
Diffstat (limited to 'indra/llcorehttp/_httpoperation.h')
-rwxr-xr-xindra/llcorehttp/_httpoperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpoperation.h b/indra/llcorehttp/_httpoperation.h
index 417bdc7c50..1a75921c09 100755
--- a/indra/llcorehttp/_httpoperation.h
+++ b/indra/llcorehttp/_httpoperation.h
@@ -162,7 +162,7 @@ public:
ptr_t ptr = findByHandle(handle);
if (!ptr)
return boost::shared_ptr< OPT >();
- return boost::dynamic_pointer_cast<HttpOpRequest>(ptr);
+ return boost::dynamic_pointer_cast< OPT >(ptr);
}
protected: