summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-10-30 18:20:28 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-10-30 18:20:28 -0700
commit9d9853082361b35987a70574b422c40e8ee04d93 (patch)
tree3034aa84c609219e6d4ef1f67c876d23350eedda /indra/newview/llconversationview.h
parenta7a24dc2f9450e0d51e7110a7eb44e0f27a010db (diff)
CHUI-471: Adjusted conversationview so that indentation of the avatar icon is dependent upon getIndentation() instead of modifying avatar icon's left value.
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-xindra/newview/llconversationview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h
index bd95387bbe..18cb9bdb27 100755
--- a/indra/newview/llconversationview.h
+++ b/indra/newview/llconversationview.h
@@ -129,6 +129,7 @@ protected:
void initFromParams(const Params& params);
BOOL postBuild();
/*virtual*/ void draw();
+ /*virtual*/ S32 arrange(S32* width, S32* height);
void onInfoBtnClick();