diff options
Diffstat (limited to 'indra/llcorehttp/httpheaders.h')
| -rwxr-xr-x | indra/llcorehttp/httpheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/httpheaders.h b/indra/llcorehttp/httpheaders.h index 51bd76a01d..8f14568fa3 100755 --- a/indra/llcorehttp/httpheaders.h +++ b/indra/llcorehttp/httpheaders.h @@ -92,7 +92,7 @@ public: /// the instance. HttpHeaders(); - typedef boost::intrusive_ptr<HttpHeaders> ptr_t; + typedef LLCoreInt::IntrusivePtr<HttpHeaders> ptr_t; protected: virtual ~HttpHeaders(); // Use release() |
