diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-03 11:18:17 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-03 11:18:17 +0100 |
commit | 3fe3e119d824158a12e372039e2002e138c2505b (patch) | |
tree | bccc4886a25ac789de51f0ea014591c4024c9ea1 /indra/llui/llurlentry.h | |
parent | 37a63be504f26f93cedb3771c24f74f4c8a48adf (diff) | |
parent | 5c263cdc64507cfa1f0f88712b45332894aab09e (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index 71f030677a..3c21fe8d61 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -94,6 +94,8 @@ public: /// is this a match for a URL that should not be hyperlinked? bool isLinkDisabled() const { return mDisabledLink; } + virtual LLUUID getID(const std::string &string) const { return LLUUID::null; } + protected: std::string getIDStringFromUrl(const std::string &url) const; std::string escapeUrl(const std::string &url) const; |