summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/llcorehttp/bufferarray.cpp2
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)