diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-04-02 16:02:13 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-04-02 16:02:13 -0400 |
commit | 323a2f2235a52383bcfbae79bdce9e61ca808d2a (patch) | |
tree | 313d298add46edae3dadc1f3426b8fa68f9452fe /indra/newview/llfloaterimcontainer.h | |
parent | 557adcabb925acbcc79f39f76f7cb74b6202a8da (diff) | |
parent | 49731dd21dec5fb8b6e5781940bab5f5fa9600a2 (diff) |
pulling in sunshine-stable to sunshine-internal.
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); |