diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-11 14:12:03 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-11 14:12:03 +0200 |
commit | d0c029c6094bf23ad9a016d9029b830d674a566a (patch) | |
tree | 3d17c59b14a72173725c63d5175cc8b1893b90a5 /indra/newview/llsyswellwindow.h | |
parent | 86b78d84bc95017fe3060bc1cca994858159ca7a (diff) |
Fixed normal bug EXT-3764 - Notifications should not stack when selected from the Well.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
-rw-r--r-- | indra/newview/llsyswellwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h index ded3abcbf4..0c81d1f369 100644 --- a/indra/newview/llsyswellwindow.h +++ b/indra/newview/llsyswellwindow.h @@ -162,6 +162,9 @@ private: void onItemClick(LLSysWellItem* item); void onItemClose(LLSysWellItem* item); + // ID of a toast loaded by user (by clicking notification well item) + LLUUID mLoadedToastId; + }; /** |