summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-06-25 14:52:08 -0700
committerRider Linden <rider@lindenlab.com>2018-06-25 14:52:08 -0700
commit7762829031236422dcb569017b7095424957c954 (patch)
treece00c870efad876d141ca7d7b914ce4600a32906 /indra/llinventory
parent6fb68454d5cb5fca175e1f0741fdfc03b08a9185 (diff)
Pair of LOG_CLASS macros (from simulator)
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/llsettingsbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h
index 7f88227a6d..caae2dcd23 100644
--- a/indra/llinventory/llsettingsbase.h
+++ b/indra/llinventory/llsettingsbase.h
@@ -300,6 +300,7 @@ private:
class LLSettingsBlender : public PTR_NAMESPACE::enable_shared_from_this<LLSettingsBlender>
{
+ LOG_CLASS(LLSettingsBlender);
public:
typedef PTR_NAMESPACE::shared_ptr<LLSettingsBlender> ptr_t;
typedef boost::signals2::signal<void(const ptr_t )> finish_signal_t;
@@ -380,6 +381,7 @@ protected:
class LLSettingsBlenderTimeDelta : public LLSettingsBlender
{
+ LOG_CLASS(LLSettingsBlenderTimeDelta);
public:
LLSettingsBlenderTimeDelta(const LLSettingsBase::ptr_t &target,
const LLSettingsBase::ptr_t &initsetting, const LLSettingsBase::ptr_t &endsetting, const LLSettingsBase::Seconds& blend_span) :