summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneltiptoast.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpaneltiptoast.h')
-rw-r--r--indra/newview/llpaneltiptoast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneltiptoast.h b/indra/newview/llpaneltiptoast.h
index f52772fbfe..85f2a7583a 100644
--- a/indra/newview/llpaneltiptoast.h
+++ b/indra/newview/llpaneltiptoast.h
@@ -40,7 +40,7 @@ class LLPanelTipToast : public LLToastPanel
LOG_CLASS(LLPanelTipToast);
public:
LLPanelTipToast(const LLNotificationPtr& notification): LLToastPanel(notification) {}
- virtual BOOL postBuild();
+ bool postBuild() override;
private:
void onMessageTextClick();
void onPanelClick(S32 x, S32 y, MASK mask);