diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-03 23:29:01 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-07-03 23:29:26 +0300 |
commit | d3233e787aaf1ba0558a714d5216ea70c7249c36 (patch) | |
tree | 4dea9d709f07b04fd0d9e42259a465df90ef8831 /indra/newview/llfloaternewfeaturenotification.h | |
parent | 35d68ce7373812d5ab028505ed035a4678da3ec9 (diff) |
SL-19929 New inventory feature notification should appear on top
Diffstat (limited to 'indra/newview/llfloaternewfeaturenotification.h')
-rw-r--r-- | indra/newview/llfloaternewfeaturenotification.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llfloaternewfeaturenotification.h b/indra/newview/llfloaternewfeaturenotification.h index 86e9683def..95501451dc 100644 --- a/indra/newview/llfloaternewfeaturenotification.h +++ b/indra/newview/llfloaternewfeaturenotification.h @@ -30,20 +30,20 @@ #include "llfloater.h" class LLFloaterNewFeatureNotification: - public LLFloater + public LLFloater { - friend class LLFloaterReg; + friend class LLFloaterReg; public: - BOOL postBuild() override; - void onOpen(const LLSD& key) override; + BOOL postBuild() override; + void onOpen(const LLSD& key) override; private: LLFloaterNewFeatureNotification(const LLSD& key); /*virtual*/ ~LLFloaterNewFeatureNotification(); - void centerOnScreen(); + void centerOnScreen(); - void onCloseBtn(); + void onCloseBtn(); }; #endif |