summaryrefslogtreecommitdiff
path: root/indra/llcommon/llevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llevent.h')
-rw-r--r--indra/llcommon/llevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llevent.h b/indra/llcommon/llevent.h
index a3f6b0e942..6a71a9cbad 100644
--- a/indra/llcommon/llevent.h
+++ b/indra/llcommon/llevent.h
@@ -68,12 +68,12 @@ public:
class LLSimpleListener : public LLEventListener
{
public:
- virtual ~LLSimpleListener();
void clearDispatchers();
virtual bool handleAttach(LLEventDispatcher *dispatcher);
virtual bool handleDetach(LLEventDispatcher *dispatcher);
protected:
+ ~LLSimpleListener();
std::vector<LLEventDispatcher *> mDispatchers;
};