diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-01 13:54:53 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-01 13:54:53 -0700 |
commit | 8e1a9e2813da6b9d5c17795b375098fb6a386ee1 (patch) | |
tree | 2069ec7c9ab4daf73d7b09b565f862892e6528f3 /indra/newview/llimfloater.h | |
parent | 11a148415e810706f2a1835b6b717a0a062d458f (diff) |
CHUI-102: Cleaned up code after code review.
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index fbaf009939..489e430b26 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -128,7 +128,7 @@ public: static void onIMChicletCreated(const LLUUID& session_id); bool getStartConferenceInSameFloater() const { return mStartConferenceInSameFloater; } - LLUUID getOtherParticipantUUID() {return mOtherParticipantUUID;} + const LLUUID& getOtherParticipantUUID() {return mOtherParticipantUUID;} static boost::signals2::connection setIMFloaterShowedCallback(const floater_showed_signal_t::slot_type& cb); static floater_showed_signal_t sIMFloaterShowedSignal; |