diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-01-27 14:16:37 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-01-27 14:16:37 +0200 |
commit | 8ea2c7a37380162ba2926bd23a01583023884408 (patch) | |
tree | 05e2c1a000562e06e79c25e02ffac84b6a47bdad /indra/llui/lltabcontainer.h | |
parent | a5180babefa3f81de5321a9d6d5148ef1bd8e03a (diff) |
Implemeted normal Sub-Task EXT - 2753 (Implement Avatar icons on IM multifloater tabs)
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lltabcontainer.h')
-rw-r--r-- | indra/llui/lltabcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.h b/indra/llui/lltabcontainer.h index 33c49e0d6f..2a55877d3c 100644 --- a/indra/llui/lltabcontainer.h +++ b/indra/llui/lltabcontainer.h @@ -228,6 +228,7 @@ private: // updates tab button images given the tuple, tab position and the corresponding params void update_images(LLTabTuple* tuple, TabParams params, LLTabContainer::TabPosition pos); + void reshape_tuple(LLTabTuple* tuple); // Variables |