From d3233e787aaf1ba0558a714d5216ea70c7249c36 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Mon, 3 Jul 2023 23:29:01 +0300 Subject: SL-19929 New inventory feature notification should appear on top --- indra/newview/llfloaternewfeaturenotification.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'indra/newview/llfloaternewfeaturenotification.h') 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 -- cgit v1.2.3