diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-04-23 15:51:07 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-04-23 15:51:07 +0300 |
commit | 6113dab230074c641d659b48f76c8799cd46b741 (patch) | |
tree | 6cb1fff06c4fb67cee698605c6b66cebc9845523 /indra/newview/llscriptfloater.h | |
parent | 92450263ec6eb31bd8fae233c3b6fef2f200db40 (diff) | |
parent | efd7b2502df521e945274db74f88297a358e5144 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llscriptfloater.h')
-rw-r--r-- | indra/newview/llscriptfloater.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llscriptfloater.h b/indra/newview/llscriptfloater.h index ec3ec4b540..dc0cfc2400 100644 --- a/indra/newview/llscriptfloater.h +++ b/indra/newview/llscriptfloater.h @@ -99,6 +99,8 @@ public: bool getFloaterPosition(const LLUUID& object_id, FloaterPositionInfo& fpi); + void setFloaterVisible(const LLUUID& notification_id, bool visible); + protected: typedef std::map<std::string, EObjectType> object_type_map; |