diff options
Diffstat (limited to 'indra/llcorehttp/bufferarray.h')
-rwxr-xr-x | indra/llcorehttp/bufferarray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/bufferarray.h b/indra/llcorehttp/bufferarray.h index 076f341736..320adf2b8b 100755 --- a/indra/llcorehttp/bufferarray.h +++ b/indra/llcorehttp/bufferarray.h @@ -74,7 +74,7 @@ public: BufferArray(); - typedef boost::intrusive_ptr<BufferArray> ptr_t; + typedef LLCoreInt::IntrusivePtr<BufferArray> ptr_t; protected: virtual ~BufferArray(); // Use release() |