summaryrefslogtreecommitdiff
path: root/indra/newview/lltoast.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoast.h')
-rw-r--r--indra/newview/lltoast.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/indra/newview/lltoast.h b/indra/newview/lltoast.h
index d23e858c5c..f88c628631 100644
--- a/indra/newview/lltoast.h
+++ b/indra/newview/lltoast.h
@@ -141,7 +141,7 @@ public:
//
virtual void setVisible(BOOL show);
- virtual void setBackgroundOpaque(BOOL b);
+ /*virtual*/ void setBackgroundOpaque(BOOL b);
//
virtual void hide();
@@ -198,10 +198,6 @@ public:
LLHandle<LLToast> getHandle() { mHandle.bind(this); return mHandle; }
- bool getTransparentState() const { return mIsTransparent; }
- virtual void setTransparentState(bool transparent);
-
-
private:
void onToastMouseEnter();
@@ -210,6 +206,8 @@ private:
void expire();
+ void setTransparentState(bool transparent);
+
LLUUID mNotificationID;
LLUUID mSessionID;
LLNotificationPtr mNotification;