diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-08 12:17:10 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-08 12:17:10 +0200 |
commit | e6210e82d3e8794a55f7bd3d7ef01f1fbcdeea0e (patch) | |
tree | ce13fae419c2d09ec295ee4e9c1745ec1595e814 /indra/llui/lldockablefloater.h | |
parent | 3dee439c1def1f96e9837eb2f65428e5484f9c8e (diff) |
Update for normal task EXT-3089 - Notification toasts positioning, layering and stacking.
Improved functionality, cleaned code.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lldockablefloater.h')
-rw-r--r-- | indra/llui/lldockablefloater.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lldockablefloater.h b/indra/llui/lldockablefloater.h index 46491d8a29..2c339f4a3f 100644 --- a/indra/llui/lldockablefloater.h +++ b/indra/llui/lldockablefloater.h @@ -83,6 +83,8 @@ public: virtual void onDockHidden(); virtual void onDockShown(); + LLDockControl* getDockControl(); + private: /** * Provides unique of dockable floater. @@ -92,7 +94,6 @@ private: protected: void setDockControl(LLDockControl* dockControl); - LLDockControl* getDockControl(); const LLUIImagePtr& getDockTongue(); private: |