diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2011-08-05 16:02:05 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2011-08-05 16:02:05 -0600 |
| commit | 5e22062b68d2392d465503b3954cf06001eda608 (patch) | |
| tree | 5d177150f7dbf5f1bf0f6714758d76112be0623a /indra/llplugin/llpluginmessagepipe.h | |
| parent | 13e152c92d0bd1bf224a67d64d0c747b8d28e426 (diff) | |
fix for SH-2215: [crashhunters] crash at LLPluginClassMedia
Diffstat (limited to 'indra/llplugin/llpluginmessagepipe.h')
| -rw-r--r-- | indra/llplugin/llpluginmessagepipe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginmessagepipe.h b/indra/llplugin/llpluginmessagepipe.h index 627577beb1..beb942c0fe 100644 --- a/indra/llplugin/llpluginmessagepipe.h +++ b/indra/llplugin/llpluginmessagepipe.h @@ -40,7 +40,8 @@ class LLPluginMessagePipeOwner LOG_CLASS(LLPluginMessagePipeOwner); public: LLPluginMessagePipeOwner(); - virtual ~LLPluginMessagePipeOwner(); + ~LLPluginMessagePipeOwner(); + // called with incoming messages virtual void receiveMessageRaw(const std::string &message) = 0; // called when the socket has an error |
