diff options
author | maximbproductengine <maximbproductengine@lindenlab.com> | 2013-01-04 16:48:34 +0200 |
---|---|---|
committer | maximbproductengine <maximbproductengine@lindenlab.com> | 2013-01-04 16:48:34 +0200 |
commit | 4d971c43518f02fe202cf437f059250061cd9756 (patch) | |
tree | 15c857a469a913f255da8579aa146c210b4c3a72 /indra/newview/llfloaterimcontainer.h | |
parent | 3d83fc3da5b0fa20bb631bfd2c94368946905675 (diff) |
CHUI-608 (Conversations floater can be resized too small once a conversation is torn off)
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 8daed46c7d..0cd1b6759b 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -60,6 +60,7 @@ public: /*virtual*/ void onOpen(const LLSD& key); /*virtual*/ void draw(); /*virtual*/ void setVisible(BOOL visible); + /*virtual*/ void updateResizeLimits(); void onCloseFloater(LLUUID& id); /*virtual*/ void addFloater(LLFloater* floaterp, |