diff options
author | Kent Quirk <q@lindenlab.com> | 2010-11-05 18:39:26 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-11-05 18:39:26 -0400 |
commit | bc7b6411d9148f918be3f781c55459d044288b6a (patch) | |
tree | 9ed2e3a06e434436ae7de34f8ffec2a5adee843a /indra/llui/llurlentry.h | |
parent | 049a1a8e3827381d7e09faafc7088f81520e0ea9 (diff) |
SEC-784
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index f6424c28b8..9b91c103ef 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -133,6 +133,7 @@ class LLUrlEntryHTTPLabel : public LLUrlEntryBase public: LLUrlEntryHTTPLabel(); /*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb); + /*virtual*/ std::string getTooltip(const std::string &string) const; /*virtual*/ std::string getUrl(const std::string &string) const; }; |