diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-08-08 15:33:55 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-08-08 15:33:55 -0500 |
| commit | f302e119627090c22325df59c40e1762402a08c6 (patch) | |
| tree | 5e9ffd96604352ff92c41574a6c1940ab534850d /indra/llplugin/llpluginprocessparent.h | |
| parent | 4ab5831b3eed23c06d2ccd3cf55f6c018613c788 (diff) | |
| parent | 5e22062b68d2392d465503b3954cf06001eda608 (diff) | |
merge
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 |
