diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-04 18:37:05 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-04 18:37:05 +0000 |
commit | 5eaf4731770419fa4b32efb498d641a7d9d2f521 (patch) | |
tree | c4f3e4495a98a4be65ac24fae52d5da4993859b9 /indra | |
parent | 7573cb61126ef7db439b9c4b690fd77d21aabbc9 (diff) |
more refactoring/paring/splitting....
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index 06204e6367..3fa1d3ea8a 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -37,11 +37,14 @@ #include "llcombobox.h" #include "llgesturemgr.h" #include "llchat.h" -#include "llchiclet.h" #include "llvoiceclient.h" #include "lloutputmonitorctrl.h" #include "llspeakers.h" + +class LLTalkButton; + + class LLGestureComboBox : public LLComboBox , public LLGestureManagerObserver |