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/llpluginprocessparent.h | |
| parent | 13e152c92d0bd1bf224a67d64d0c747b8d28e426 (diff) | |
fix for SH-2215: [crashhunters] crash at LLPluginClassMedia
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 c66723f175..26c6b0c402 100644 --- a/indra/llplugin/llpluginprocessparent.h +++ b/indra/llplugin/llpluginprocessparent.h @@ -41,7 +41,7 @@ class LLPluginProcessParentOwner { public: - virtual ~LLPluginProcessParentOwner(); + ~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 |
