diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-06-19 17:01:02 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-06-19 17:01:02 -0400 |
commit | a50944e078b98435685f04eda0ba93e95d4c61f2 (patch) | |
tree | c49f2b0b40de767b94beea0bf3ea098c6af382ab /indra/llcorehttp/bufferarray.cpp | |
parent | f0353abe7605778048d69ce3acb8f5ddd5693083 (diff) |
Cleanup: move magic nubmers to new _httpinternal.h header file.
Diffstat (limited to 'indra/llcorehttp/bufferarray.cpp')
-rw-r--r-- | indra/llcorehttp/bufferarray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcorehttp/bufferarray.cpp b/indra/llcorehttp/bufferarray.cpp index ae92057df0..5eaa60c9ba 100644 --- a/indra/llcorehttp/bufferarray.cpp +++ b/indra/llcorehttp/bufferarray.cpp @@ -85,9 +85,9 @@ public: // ================================== -#if ! defined(WIN32) +#if ! LL_WINDOWS const size_t BufferArray::BLOCK_ALLOC_SIZE; -#endif // ! defined(WIN32) +#endif // ! LL_WINDOWS BufferArray::BufferArray() : LLCoreInt::RefCounted(true), |