diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-06-02 02:22:07 +0000 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-06-02 02:22:07 +0000 |
commit | 3a9c182d7fe3fdacf5923e3b1b51456472e60bb1 (patch) | |
tree | 609112e546f84a8e6375b478011d27dbd20b5d75 /indra/llcorehttp/bufferarray.cpp | |
parent | c7d5b0dced7f17f77fa00c816286cdbd7a0e9d4b (diff) |
Stupid windows tricks.
Diffstat (limited to 'indra/llcorehttp/bufferarray.cpp')
-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 47389da0be..36a8006bce 100644 --- a/indra/llcorehttp/bufferarray.cpp +++ b/indra/llcorehttp/bufferarray.cpp @@ -85,7 +85,9 @@ public: // ================================== +#if ! defined(WIN32) const size_t BufferArray::BLOCK_ALLOC_SIZE; +#endif // ! defined(WIN32) BufferArray::BufferArray() : LLCoreInt::RefCounted(true), |