diff options
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r-- | indra/newview/llchiclet.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index a748141a14..103443ccd8 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -363,10 +363,15 @@ public: /*virtual*/ ~ LLNotificationChiclet(); + // Notification Chiclet Window + void setNotificationChicletWindow(LLFloater* wnd) { mNotificationChicletWindow = wnd; } + protected: LLNotificationChiclet(const Params& p); friend class LLUICtrlFactory; + LLFloater* mNotificationChicletWindow; + protected: LLButton* mButton; LLChicletNotificationCounterCtrl* mCounterCtrl; |