diff options
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 |