diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-12-12 10:54:45 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-12-12 10:54:45 -0800 |
commit | ec30e6e70ff71723e2137595bc6ecd3eb358aabe (patch) | |
tree | 49055571f280685a440b1d79415a8004b5f28c7e /indra/llplugin/llpluginmessagepipe.h | |
parent | 6114ce2d27a3c776a59d1f09ad05d9b2f100a35d (diff) | |
parent | dbc91a7fac9513bdd879c5c2dc82208e08eaad2d (diff) |
Merge from viewer-development
Diffstat (limited to 'indra/llplugin/llpluginmessagepipe.h')
-rw-r--r-- | indra/llplugin/llpluginmessagepipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginmessagepipe.h b/indra/llplugin/llpluginmessagepipe.h index c6f1686bf4..c3498beac0 100644 --- a/indra/llplugin/llpluginmessagepipe.h +++ b/indra/llplugin/llpluginmessagepipe.h @@ -86,6 +86,7 @@ protected: std::string mInput; LLMutex mOutputMutex; std::string mOutput; + std::string::size_type mOutputStartIndex; LLPluginMessagePipeOwner *mOwner; LLSocket::ptr_t mSocket; |