summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.h
diff options
context:
space:
mode:
authorEugene Kondrashev <ekondrashev@productengine.com>2009-10-28 20:59:33 +0200
committerEugene Kondrashev <ekondrashev@productengine.com>2009-10-28 20:59:33 +0200
commit79738b2a65ef609f49db9bd2ff57fe5ae8e7e830 (patch)
treeb98d35ead825522578ac138ef544179ddd5ec66d /indra/newview/llimfloater.h
parente9c83f234306e070aa1f31eff68719589265f916 (diff)
Fixed normal bug EXT-1857-'Group Info' btn is unnecessary in Friends Conference floater
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r--indra/newview/llimfloater.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h
index 4097f11f56..3da27ac941 100644
--- a/indra/newview/llimfloater.h
+++ b/indra/newview/llimfloater.h
@@ -102,6 +102,7 @@ private:
void onSlide();
static void* createPanelIMControl(void* userdata);
static void* createPanelGroupControl(void* userdata);
+ static void* createPanelAdHocControl(void* userdata);
// gets a rect that bounds possible positions for the LLIMFloater on a screen (EXT-1111)
void getAllowedRect(LLRect& rect);