summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginmessagepipe.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-08-05 16:02:05 -0600
committerXiaohong Bao <bao@lindenlab.com>2011-08-05 16:02:05 -0600
commit5e22062b68d2392d465503b3954cf06001eda608 (patch)
tree5d177150f7dbf5f1bf0f6714758d76112be0623a /indra/llplugin/llpluginmessagepipe.h
parent13e152c92d0bd1bf224a67d64d0c747b8d28e426 (diff)
fix for SH-2215: [crashhunters] crash at LLPluginClassMedia
Diffstat (limited to 'indra/llplugin/llpluginmessagepipe.h')
-rw-r--r--indra/llplugin/llpluginmessagepipe.h3
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