diff options
Diffstat (limited to 'indra/llcorehttp/_httpoperation.h')
| -rwxr-xr-x | indra/llcorehttp/_httpoperation.h | 2 |
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: |
