diff options
author | Oz Linden <oz@lindenlab.com> | 2013-03-28 07:20:46 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-03-28 07:20:46 -0400 |
commit | bfc52a2d75f5b957fb58c94c40d8b3e8748d288e (patch) | |
tree | c70668b1f30316464bdddf160893f61d937953ce /indra/newview/llfloaterimcontainer.h | |
parent | ef544a22218d59c6a121d4bf88c49868a2b9a713 (diff) | |
parent | a53b017badb8b9a87549b1eae94bd0b483fea977 (diff) |
merge changes for DRTVWR-305
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 2cbc1e99f9..52b672241f 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 setVisibleAndFrontmost(BOOL take_focus=TRUE, const LLSD& key = LLSD()); /*virtual*/ void updateResizeLimits(); void onCloseFloater(LLUUID& id); |