diff options
author | Merov Linden <merov@lindenlab.com> | 2011-11-28 20:39:39 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-11-28 20:39:39 -0800 |
commit | e3afa4e547d54805ee9a54502c0f6ee1b31586ef (patch) | |
tree | d114905196c43cd58d76ba9ec2e6602fdd605d0f /indra/llplugin/llpluginprocessparent.h | |
parent | 3001ad1a02f85e5e4f902e4a5973d4ccfcc689bb (diff) | |
parent | d089e6c26452a61fa3b33b71735bc39d90701865 (diff) |
Pull from viewer-experience
Diffstat (limited to 'indra/llplugin/llpluginprocessparent.h')
-rw-r--r-- | indra/llplugin/llpluginprocessparent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginprocessparent.h b/indra/llplugin/llpluginprocessparent.h index 26c6b0c402..c66723f175 100644 --- a/indra/llplugin/llpluginprocessparent.h +++ b/indra/llplugin/llpluginprocessparent.h @@ -41,7 +41,7 @@ class LLPluginProcessParentOwner { public: - ~LLPluginProcessParentOwner(); + virtual ~LLPluginProcessParentOwner(); virtual void receivePluginMessage(const LLPluginMessage &message) = 0; virtual bool receivePluginMessageEarly(const LLPluginMessage &message) {return false;}; // This will only be called when the plugin has died unexpectedly |