From 1de537d1bd0532269960490e859259ebe9391834 Mon Sep 17 00:00:00 2001 From: skolb Date: Thu, 3 Dec 2009 09:43:50 -0800 Subject: Fixed broken build --- indra/llcommon/llevents.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llcommon') diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h index 5646407f6a..ed714e4e40 100644 --- a/indra/llcommon/llevents.h +++ b/indra/llcommon/llevents.h @@ -702,12 +702,14 @@ public: mConnection(new LLBoundListener) { } + /// Copy constructor. Copy shared_ptrs to original instance data. LLListenerWrapperBase(const LLListenerWrapperBase& that): mName(that.mName), mConnection(that.mConnection) { } + virtual ~LLListenerWrapperBase() {} /// Ask LLEventPump::listen() for the listener name virtual void accept_name(const std::string& name) const -- cgit v1.2.3