diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-17 13:24:41 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-17 13:24:41 -0800 |
commit | 2d25eb18adc0c2c97c63a8e02f2274362672137c (patch) | |
tree | ed26cd886fda804f10340f54dda8f10ef6582e42 /indra/newview/llspeakingindicatormanager.h | |
parent | 249b44d01ced4ba5bb8b8b9147d7836a7d492d5b (diff) |
CHUI-479 : Clean up unecessary tracking code
Diffstat (limited to 'indra/newview/llspeakingindicatormanager.h')
-rw-r--r-- | indra/newview/llspeakingindicatormanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspeakingindicatormanager.h b/indra/newview/llspeakingindicatormanager.h index 8ee368e258..e5afcd1cb7 100644 --- a/indra/newview/llspeakingindicatormanager.h +++ b/indra/newview/llspeakingindicatormanager.h @@ -37,7 +37,7 @@ public: virtual ~LLSpeakingIndicator(){} virtual void switchIndicator(bool switch_on) = 0; -//private: +private: friend class SpeakingIndicatorManager; // Accessors for target voice session UUID. // They are intended to be used only from SpeakingIndicatorManager to ensure target session is |