summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastscriptquestion.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-05-16 13:52:40 +0800
committerErik Kundiman <erik@megapahit.org>2024-05-16 13:52:40 +0800
commit6d51e91895a7f2435c46a876410ccc6c63fe8c82 (patch)
treef2b48ebd99cb414227bf365f47665b8d4baa752b /indra/newview/lltoastscriptquestion.h
parentd1b5917bb9c92e4e47eba19b43781e4d1328b1ca (diff)
parent094dcc07f8c1d90ae723dbe60eddacb90a09eae8 (diff)
Merge tag '7.1.7-release'
source for viewer 7.1.7.8974243247
Diffstat (limited to 'indra/newview/lltoastscriptquestion.h')
-rw-r--r--indra/newview/lltoastscriptquestion.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/lltoastscriptquestion.h b/indra/newview/lltoastscriptquestion.h
index a756f88415..fc129236db 100644
--- a/indra/newview/lltoastscriptquestion.h
+++ b/indra/newview/lltoastscriptquestion.h
@@ -32,20 +32,20 @@
class LLToastScriptQuestion : public LLToastPanel
{
- LOG_CLASS(LLToastScriptQuestion);
+ LOG_CLASS(LLToastScriptQuestion);
public:
- LLToastScriptQuestion(const LLNotificationPtr& notification);
- virtual BOOL postBuild();
- virtual ~LLToastScriptQuestion(){};
+ LLToastScriptQuestion(const LLNotificationPtr& notification);
+ virtual BOOL postBuild();
+ virtual ~LLToastScriptQuestion(){};
- /*virtual*/ void setFocus(BOOL b);
+ /*virtual*/ void setFocus(BOOL b);
private:
- void snapToMessageHeight();
+ void snapToMessageHeight();
- void createButtons();
- void onButtonClicked(std::string btn_name);
+ void createButtons();
+ void onButtonClicked(std::string btn_name);
};
#endif /* LLTOASTSCRIPTQUESTION_H_ */