summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-07-09 18:06:16 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-07-09 18:06:16 +0300
commita4c795f87b4a9026e850474cfd51b6b4253e31a4 (patch)
tree2e1a1bef97d75401439c9c7436ee022dd9fb6cbe /indra/newview/llviewermessage.h
parent9d3639ec4b1846d7bdcd59e6341d4bf866e9b979 (diff)
MAINT-8848 FIXED Object name in the llGiveInventory chat message is represented as a hyperlink
Diffstat (limited to 'indra/newview/llviewermessage.h')
-rw-r--r--indra/newview/llviewermessage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.h b/indra/newview/llviewermessage.h
index b0eaa37541..424aae1229 100644
--- a/indra/newview/llviewermessage.h
+++ b/indra/newview/llviewermessage.h
@@ -257,6 +257,7 @@ public:
private:
void initRespondFunctionMap();
+ std::string getSanitizedDescription();
typedef boost::function<bool (const LLSD&, const LLSD&)> respond_function_t;
typedef std::map<std::string, respond_function_t> respond_function_map_t;