diff options
author | pavelkproductengine <none@none> | 2015-02-04 15:48:22 +0200 |
---|---|---|
committer | pavelkproductengine <none@none> | 2015-02-04 15:48:22 +0200 |
commit | 5f96f3bba20fcacbe7115b7d27bc50cad56850d4 (patch) | |
tree | daabcf9de36f4a116d5d65fee8e9aac296ffd848 /indra/newview/llnotificationlistitem.h | |
parent | b31631934a7caa0fe331cd25e745e8b9c9485798 (diff) |
MAINT-4734 (Separate transaction notices from group notice/invites) - fixed Mac build
Diffstat (limited to 'indra/newview/llnotificationlistitem.h')
-rw-r--r-- | indra/newview/llnotificationlistitem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llnotificationlistitem.h b/indra/newview/llnotificationlistitem.h index bc77d873a4..89de0487be 100644 --- a/indra/newview/llnotificationlistitem.h +++ b/indra/newview/llnotificationlistitem.h @@ -60,8 +60,8 @@ public: // get item's ID LLUUID getID() { return mID; } - std::string getTitle() { return mTitle; } - std::string getNotificationName() { return mNotificationName; } + std::string& getTitle() { return mTitle; } + std::string& getNotificationName() { return mNotificationName; } // handlers virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); |