diff options
Diffstat (limited to 'indra/llcorehttp/bufferarray.h')
-rwxr-xr-x | indra/llcorehttp/bufferarray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/bufferarray.h b/indra/llcorehttp/bufferarray.h index 9c2b991de6..1da807b0a6 100755 --- a/indra/llcorehttp/bufferarray.h +++ b/indra/llcorehttp/bufferarray.h @@ -131,6 +131,7 @@ protected: container_t mBlocks; size_t mLen; + }; // end class BufferArray |