diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-06-02 02:09:33 +0000 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-06-02 02:09:33 +0000 |
commit | c7d5b0dced7f17f77fa00c816286cdbd7a0e9d4b (patch) | |
tree | f4e7c97f0f858f0a583037eb6a9fe14454e9ff0c /indra | |
parent | 3da3b00084ed8222a49cbe834a25a49a643b591e (diff) |
More platform fixes for linux/mac.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcorehttp/bufferarray.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcorehttp/bufferarray.cpp b/indra/llcorehttp/bufferarray.cpp index c13b1a3540..47389da0be 100644 --- a/indra/llcorehttp/bufferarray.cpp +++ b/indra/llcorehttp/bufferarray.cpp @@ -85,6 +85,8 @@ public: // ================================== +const size_t BufferArray::BLOCK_ALLOC_SIZE; + BufferArray::BufferArray() : LLCoreInt::RefCounted(true), mLen(0) |