summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginmessagepipe.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-11-28 20:39:39 -0800
committerMerov Linden <merov@lindenlab.com>2011-11-28 20:39:39 -0800
commite3afa4e547d54805ee9a54502c0f6ee1b31586ef (patch)
treed114905196c43cd58d76ba9ec2e6602fdd605d0f /indra/llplugin/llpluginmessagepipe.h
parent3001ad1a02f85e5e4f902e4a5973d4ccfcc689bb (diff)
parentd089e6c26452a61fa3b33b71735bc39d90701865 (diff)
Pull from viewer-experience
Diffstat (limited to 'indra/llplugin/llpluginmessagepipe.h')
-rw-r--r--indra/llplugin/llpluginmessagepipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginmessagepipe.h b/indra/llplugin/llpluginmessagepipe.h
index beb942c0fe..c6f1686bf4 100644
--- a/indra/llplugin/llpluginmessagepipe.h
+++ b/indra/llplugin/llpluginmessagepipe.h
@@ -40,7 +40,7 @@ class LLPluginMessagePipeOwner
LOG_CLASS(LLPluginMessagePipeOwner);
public:
LLPluginMessagePipeOwner();
- ~LLPluginMessagePipeOwner();
+ virtual ~LLPluginMessagePipeOwner();
// called with incoming messages
virtual void receiveMessageRaw(const std::string &message) = 0;