summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastpanel.cpp
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2013-08-23 20:31:02 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2013-08-23 20:31:02 +0300
commit19f20baffba3fcbc1558e882fee64a4ac6c28d4b (patch)
treefd556ed5b2694480fc712b00f697089a35b9dc45 /indra/newview/lltoastpanel.cpp
parent8735f383c8393d3cf102681e8243a2ac64220649 (diff)
MAINT-2575 FIXED Resident can accept unlimited number of friendship requests if they were sent before his first accept
Diffstat (limited to 'indra/newview/lltoastpanel.cpp')
-rwxr-xr-xindra/newview/lltoastpanel.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/lltoastpanel.cpp b/indra/newview/lltoastpanel.cpp
index a30f841980..e1b764a943 100755
--- a/indra/newview/lltoastpanel.cpp
+++ b/indra/newview/lltoastpanel.cpp
@@ -53,6 +53,12 @@ std::string LLToastPanel::getTitle()
}
//virtual
+const std::string& LLToastPanel::getNotificationName()
+{
+ return mNotification->getName();
+}
+
+//virtual
const LLUUID& LLToastPanel::getID()
{
return mNotification->id();