diff options
| author | Steve Bennetts <steve@lindenlab.com> | 2009-10-22 13:10:59 -0700 |
|---|---|---|
| committer | Steve Bennetts <steve@lindenlab.com> | 2009-10-22 13:10:59 -0700 |
| commit | b8ce05ed08a7db0825c04c217888814ef523027a (patch) | |
| tree | cae04332048f649e1280d3bdc3d20f46df773e67 /indra/llcommon/llmemorystream.h | |
| parent | e5484e56b3c13e65bd31d7bf21c1cd3a2d9333f2 (diff) | |
| parent | a464d469705aeae57fcdbfafa45e2bf592a182c5 (diff) | |
merge
Diffstat (limited to 'indra/llcommon/llmemorystream.h')
| -rw-r--r-- | indra/llcommon/llmemorystream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llmemorystream.h b/indra/llcommon/llmemorystream.h index f3486324c5..fa0f5d22f2 100644 --- a/indra/llcommon/llmemorystream.h +++ b/indra/llcommon/llmemorystream.h @@ -52,7 +52,7 @@ * be careful to always pass in a valid memory location that exists * for at least as long as this streambuf. */ -class LLMemoryStreamBuf : public std::streambuf +class LL_COMMON_API LLMemoryStreamBuf : public std::streambuf { public: LLMemoryStreamBuf(const U8* start, S32 length); @@ -74,7 +74,7 @@ protected: * be careful to always pass in a valid memory location that exists * for at least as long as this streambuf. */ -class LLMemoryStream : public std::istream +class LL_COMMON_API LLMemoryStream : public std::istream { public: LLMemoryStream(const U8* start, S32 length); |
