diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 10:30:11 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 10:30:11 +0100 |
commit | 625b15fa7525944ff81e1d7f54b1ed61ee2768ea (patch) | |
tree | ac69028bb788f92ee50fd699a2c262bbe49b1c91 /indra/newview/llparticipantlist.h | |
parent | 41357bb01297ce0977da7a3e2e9308d3c903d3a8 (diff) | |
parent | 1ce1e7f9a121cad473c84fced770837da9e6e55c (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r-- | indra/newview/llparticipantlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h index 9e5a2cbc1f..bbef8baaac 100644 --- a/indra/newview/llparticipantlist.h +++ b/indra/newview/llparticipantlist.h @@ -158,6 +158,7 @@ class LLParticipantList LLParticipantList& mParent; private: bool enableContextMenuItem(const LLSD& userdata); + bool enableModerateContextMenuItem(const LLSD& userdata); bool checkContextMenuItem(const LLSD& userdata); void sortParticipantList(const LLSD& userdata); |